-
Notifications
You must be signed in to change notification settings - Fork 849
CSS Classes
Oli Folkerd edited this page Dec 27, 2015
·
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-cell | Data cell |
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-loader-msg | Ajax loader message |