joaocarmo / react-smart-data-table

A smart data table component for React meant to be configuration free
https://joaocarmo.com/react-smart-data-table/
MIT License
88 stars 37 forks source link

Give styles to specific row #80

Open MarcosParengo opened 1 year ago

MarcosParengo commented 1 year ago

I'm trying to implement some sort of multi-row select to perform an operation on the selected items. Icould simply add a checkbox in a column, but I'd prefer a more accessible solution giving a different background color to selected items. Is there a way to assign styles/classes to these rows?