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

Fix tests #30

Closed imballinst closed 5 years ago

imballinst commented 5 years ago

Fix unit tests which was commented before. This includes some bug fixes as well, such as onChangeFilter not defined because it's not defined in the Filter prop parameters.