Tabulator
Tabulator component.
Parameters
type
a list of objects
determines if the data model is automatically updated after tabulator edit action
tabulator options
a set of table types
CSS class names
Kotlin class
the serializer for type T
optional serialization module with custom serializers
Properties
Native Tabulator object.
Functions
Add new column to the tabulator.
Show an alert message.
Applies the current filter.
Clear an alert message.
Clears current filters.
Clears header filters.
Delete column by name.
Deselect the row.
Download the table content as CSV
Download the table content as HTML
Download the table content as JSON
Get column component by name.
Returns the current data in the table.
Get the number of data rows.
Get the number of history redo actions available.
Get the number of history undo actions available.
Get the HTML code of the table.
Returns number of pages.
Returns the size of a page.
Returns the selected data in the table.
Returns the selected rows.
Navigate to the same cell in the row below.
Navigate to the cell on the left.
Navigate to the next cell.
Navigate to the previous cell.
Navigate to the cell on the right.
Navigate to the same cell in the row above.
Navigate to the previous page.
Print the table.
Register external pagination component for this Tabulator instance
Silently replaces the data in a table.
Scroll to the row given by id.
Set the size of a page.
Shows page with a row given by id.
Toggle selection status of the row.
Converts an internal (dynamic) data model to Kotlin data model
Converts a Kotlin data model to an internal (dynamic) data model