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 datatable |
.webix_ss_header | the header of a datatable |
.webix_column | a column of a datatable |
.webix_cell | a cell of a datatable |
.webix_first | the first column of a datatatble |
.webix_last | the last column of a datatable |
.webix_tree_folder_open | an 'open' folder icon |
.webix_tree_folder | a 'close' folder open |
.webix_tree_file | a file icon |
.webix_tree_open | an 'opened branch' sign |
.webix_tree_close | a 'closed branch' sign |
.webix_tree_checkbox | a 'checkbox' sign (if any) |
Read more about Treetable
Back to top