Skip to content
Oli Folkerd edited this page May 1, 2016 · 6 revisions

Tabulator elements are assigned a range of CSS classes to make it easier for you to manipulate the look, feel and function of the table.

Class Element Description
tabulator Tabulator container element
tabulator-header Column header row
tabulator-col Column header (in header row)
tabulator-handle Invisible resize handle on the right of each column header
tabulator-arrow Sorting arrows
tabulator-tableHolder Contain table and scroll bars
tabulator-table Contain table rows
tabulator-row Row of table
tabulator-row-handle Handle for moving the row if movableRows is enabled
tabulator-cell Data cell
tabulator-editing The cell currently being edited
tabulator-group A group of rows (including group header)
tabulator-group-header Contains header for a group
tabulator-group-body Contains all data rows for a group
tabulator-footer Tabulator footer element
tabulator-paginator Contains the pagination controls
tabulator-pages Contains individual page buttons
tabulator-page Page selection button
tabulator-loader-msg Ajax loader message
Clone this wiki locally