rsuite/rsuite-table

rowClassName support index params

JoeWrights opened this issue · 1 comments

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>