TreeTable combines features of the Tree and DataTable. Hence, its CSS classes for it are inherited from both of the components.

| CSS class | Element |
|---|---|
| .webix_dtable | the whole TreeTable |
| .webix_column | a column of the TreeTable |
| .webix_cell | a cell of the TreeTable |
| .webix_tree_folder_open | an 'open' folder icon |
| .webix_tree_folder | a 'closed' folder icon |
| .webix_tree_file | a file icon |
| .webix_tree_open | an 'opened branch' sign |
| .webix_tree_close | a 'closed branch' sign |
| .webix_tree_none | an 'empty' branch sign |
Read more about TreeTable
Back to top