You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Question
I am using ToolkitProvider and BootstrapTable and I have column filtering and a global search. How can I get the filtered data after searching and filtering?
I want to set the filtered data to a new state to be able to export for PDF.
I tried:
Using the option in BootstrapTable and having a callback function, did not work.
I used the onFiltering and I tried to setState
Is there a more efficient way, I read the documentation concerning the filtering. Nothing jumps out to me
The text was updated successfully, but these errors were encountered:
However, for the searching, we don't have this function yet. However, there's another solution is using the exposed API but it's not a listener solution.
Anyway, I will implement a afterSearch hook for u, thanks
Question
I am using ToolkitProvider and BootstrapTable and I have column filtering and a global search. How can I get the filtered data after searching and filtering?
I want to set the filtered data to a new state to be able to export for PDF.
I tried:
Using the option in BootstrapTable and having a callback function, did not work.
I used the onFiltering and I tried to setState
Is there a more efficient way, I read the documentation concerning the filtering. Nothing jumps out to me
The text was updated successfully, but these errors were encountered: