Enhancement
With #27457 the possibility of conditional formatting of table cells using CSS classes was introduced.
Problem:\\ The input field for the TL-Script expression receives, among other things, the parameter "row", which is the row object. However, if you now use a TreeTableComponent, these are DefaultTreeTableNodes, which you cannot unpack with TL-Script in order to get to the actual subject object and make further checks on it.
Either there should be a possibility in TL-Script to unpack the DefaultTreeTableNodes or the TL-Script input field should be supplied with the actual specialized object as an additional parameter.
Test
- Cell-Class-Provider in Technical Demo > Components > Tables and Trees > Configure tree table.