When setting tree-view, datagrid do not add custom css classes on content rows. I guess it comes from table view where classing table header is enough. It can be also seen in demo, for example:
Header line - status classes:
"datagrid-tree-item-right-columns-column col-status text-start"
Content lines - status classes:
datagrid-tree-item-right-columns-column text-start
Misses the "col-status" class - this way, u can only add any styling based on first-child, last-child, nth...
When setting tree-view, datagrid do not add custom css classes on content rows. I guess it comes from table view where classing table header is enough. It can be also seen in demo, for example:
Header line - status classes:
"datagrid-tree-item-right-columns-column col-status text-start"
Content lines - status classes:
datagrid-tree-item-right-columns-column text-start
Misses the "col-status" class - this way, u can only add any styling based on first-child, last-child, nth...