All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.tanstack.table.core.TableFeature.kt Maven / Gradle / Ivy

There is a newer version: 8.20.5-pre.809
Show newest version
// Automatically generated - do not modify!

package tanstack.table.core

external interface TableFeature {
    var getDefaultOptions: ((table: Any) -> Any)?
    var getInitialState: ((initialState: InitialTableState?) -> Any)?
    var createTable: ((table: Any) -> Any)?
    var getDefaultColumnDef: (() -> Any)?
    var createColumn: ((column: Any, table: Any) -> Any)?
    var createHeader: ((column: Any, table: Any) -> Any)?
    var createCell: ((cell: Any, column: Any, row: Any, table: Any) -> Any)?
    var createRow: ((row: Any, table: Any) -> Any)?
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy