AllenFang / react-bootstrap-table

A Bootstrap table built with React.js
https://allenfang.github.io/react-bootstrap-table/
MIT License
2.24k stars 783 forks source link

Returning only filtered and search data #2110

Closed Mikeez closed 4 years ago

Mikeez commented 4 years ago

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 tried:

Is there a more efficient way, I read the documentation concerning the filtering. Nothing jumps out to me