Datatable: [rowStyleClass] method isn't called if the table has [scrollable]=true #1613
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
I'm submitting a ... (check one with "x")
Plunkr Case (Bug Reports)
Plunkr demo: http://plnkr.co/edit/25NZ7M?p=preview
Current behavior
If the table has
[scrollable]
set totrue
, the method passed to[rowStyleClass]
is never called. If the table is not scrollable, the method is called as expected.Expected behavior
The method passed to
[rowStyleClass]
should be called for every row; even if the table is scrollable.Minimal reproduction of the problem with instructions
Plunkr demo: http://plnkr.co/edit/25NZ7M?p=preview
scrollable
set totrue
:rowStyleClass
that should be called with row data:What is the motivation / use case for changing the behavior?
I need to add a custom class to rows even when inside a scrollable table
2.3.0
1.1.1
The text was updated successfully, but these errors were encountered: