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

Searching data with null values results in error #140

Closed shawnwall closed 2 years ago

shawnwall commented 2 years ago

If the data source has keys with null values, which is part of the JSON spec, using the search feature ends up with an error being thrown. Null/undefined values should be handled during filtering so search can still occur as it is a normal use case for some potential fields to be null in a data set.

PR incoming