rowClassName support index params
JoeWrights opened this issue · 1 comments
JoeWrights commented
What problem does this feature solve?
rowClassName callback can not get data index
What does the proposed API look like?
<Table rowClassName={(rowData, index) => "some className"}></Table>
simonguo commented
Supported in rsuite-table@5.9.0