-
Notifications
You must be signed in to change notification settings - Fork 874
CSS Classes
Oli Folkerd edited this page Jan 23, 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-loader-msg | Ajax loader message |
