Good day, any pleople maybe know how we can change the folder icon in a treetable? , also if we can change the color of each node by a specific condition.
With tree works, but with treetable shows the message: variable space undefined when we apply a funtion into template property.
You can redefine a template if you want to have a custom look of item, but if you want to have only custom icon - you can redefine how icon is rendered in the next way
Each item can have $css property.
You can define it directly in data, or define a rule, which will be applied to each item, and will set css class based on properties of the item.