imballinst / react-bs-datatable

Bootstrap datatable without jQuery. Features include: filter, sort, pagination, checkbox, and control customization.
https://imballinst.github.io/react-bs-datatable
MIT License
60 stars 20 forks source link

feat: add cellProps prop to Table #72

Closed imballinst closed 3 years ago

imballinst commented 3 years ago

This PR is an attempt to address https://github.com/Imballinst/react-bs-datatable/issues/71. This PR adds cellProps type to customize className and style of each row.

Signed-off-by: Try Ajitiono ballinst@gmail.com