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 sort not sorting entire table #47

Closed imballinst closed 4 years ago

imballinst commented 4 years ago

Fixes https://github.com/Imballinst/react-bs-datatable/issues/46. This PR fixes the sort only sorting the active page instead of the entire table.

Sandbox demo: https://codesandbox.io/s/serverless-cookies-6pgn3

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