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

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

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

@file:JsModule("@tanstack/table-core")
@file:JsNonModule

package tanstack.table.core

external fun  createColumn(
    table: Table,
    columnDef: ColumnDef,
    depth: Int,
    parent: Column = definedExternally,
): Column




© 2015 - 2024 Weber Informatics LLC | Privacy Policy