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

feat: implement columnValueProcessor with either object or function to pass around #198

Closed imballinst closed 8 months ago

imballinst commented 8 months ago

Addresses https://github.com/imballinst/react-bs-datatable/issues/197.

Also adds changeset so we don't have to release manually.