Closed ans-4175 closed 7 years ago
Hi there!
I'm sorry I couldn't reproduce your problem with Chrome 55.0.2 and Firefox 50.1. I think, if the table doesn't render any row, your search text doesn't find any matching column in the given dataset. Could you give the steps to reproduce it and if possible, the screenshot as well, so I can analyze it further? Thanks
Changed to third page
Then search brandy
, nothing result.
Looks like searching only works in first page?
You're right, there's a pagination problem when filtering on the pages other than the first one. My guess is that when the user filters the data, the "current pagination before filter" persists.
Thanks for your report, I will address this issue soon.
@ans-4175 Hi, I just pushed a commit that should fix this issue. Please check the Github Page of this repo to see whether this issue has been resolved or not
Still has a bug. If I put text to search, then only produced one result. I still can click next page button, so it will show empty results. Shouldn't be disabled the pagination button?
My bad, missed a logic on empty-dataset pagination. How is it now?
Good, works perfectly :)
Looking through https://imballinst.github.io/react-bs-datatable/ I put search text and changed number show options per page. But it won't rendered, any misconfig on your gh-pages ?