Using custom row styles while still allowing row selection styles to appear properly
When using custom row styles, you may find that some other CSS belonging to the grid will be broken or overridden. In this case, the row selection effect was no longer styling the background of the selected row properly. It has been fixed with some simple CSS additions.
https://plnkr.co/edit/p1EtUUrXFqXQ5KPvwYMT?p=preview
Styling a cell by Row Selection state
This example shows how you can manage styling by whether a Row Node is selected or not.
JS: https://next.plnkr.co/edit/u6hA6xQWEc8WgT26
Angular: https://next.plnkr.co/edit/GrEqGqMxljD8qiP9?preview
Comments
0 comments
Please sign in to leave a comment.