addColumn
open fun addColumn(columnDefinition: ColumnDefinition<T>, insertRightOfTarget: Boolean? = null, positionTarget: String? = null)(source)
Add new column to the tabulator.
Parameters
columnDefinition
column definition
insertRightOfTarget
determines how to position the new column
positionTarget
the field to insert the new column next to
open fun addColumn(columnDefinition: Tabulator.ColumnDefinition, insertRightOfTarget: Boolean? = null, positionTarget: String? = null)(source)
Add new column to the tabulator.
Parameters
columnDefinition
column definition native object
insertRightOfTarget
determines how to position the new column
positionTarget
the field to insert the new column next to