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

fix: prevent accessing undefined header when filtering data #130

Closed imballinst closed 2 years ago

imballinst commented 2 years ago

Fixes https://github.com/imballinst/react-bs-datatable/issues/129. This PR prevents accessing undefined header. Instead of iterating the row's keys (which can contain a field that's not undefined in the headers' prop fields), we use the headers record right away.

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