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

feature: export `useDatatableWrapper` from entry point #128

Closed imballinst closed 2 years ago

imballinst commented 2 years ago

This PR is related to https://github.com/imballinst/react-bs-datatable/pull/127, where we perhaps require the table data. We can put our DatatableWrapper far in the JSX structure and as such, we can take advantage of the context's value.

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