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
59 stars 20 forks source link

allow customizing how a row is rendered #142

Closed imballinst closed 2 years ago

imballinst commented 2 years ago

Reference: https://github.com/imballinst/react-bs-datatable/issues/132#issuecomment-1097567606

imballinst commented 2 years ago

Perhaps the best way to reduce complexity in both maintainer and developer's experience is to provide a rowRenderer function prop to TableBody instead.