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

Add sorting and filtering support for nested objects #206

Closed JWThewes closed 7 months ago

JWThewes commented 7 months ago

Due to sorting and filtering not working for nested objects I added this functionality. Tests have been enhanced to validate this functionality. Extracted retrieval of nested object values into data.ts

JWThewes commented 7 months ago

I made the changes according to your comments.

imballinst commented 7 months ago

Latest version should be now available in npm: https://www.npmjs.com/package/react-bs-datatable/v/3.15.0. Thanks again @JWThewes for the PR!