Closed KrishnaPG closed 6 years ago
To be able to shows checked rows in different style, please add a class selected to the tr whenever the checkbox is selected for that row.
selected
tr
Remove the class from the tr when the checkbox is removed.
This will help with the CSS, such as
tr.selected { background: red; }
to highlight the whole checked rows, in case needed.
add ant-table-row-selected class
ant-table-row-selected
To be able to shows checked rows in different style, please add a class
selected
to thetr
whenever the checkbox is selected for that row.Remove the class from the
tr
when the checkbox is removed.This will help with the CSS, such as
to highlight the whole checked rows, in case needed.