open fun addColumn(columnDefinition: ColumnDefinition<T>, insertRightOfTarget: Boolean? = null, positionTarget: String? = null): Unit
Add new column to the tabulator.
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): Unit
Add new column to the tabulator.
columnDefinition - column definition native object
insertRightOfTarget - determines how to position the new column