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

Custom Search Table #2072

Open ghost opened 5 years ago

ghost commented 5 years ago

I have a question about how to implement a custom search using the library.

How can I work on a CustomTableSearch that will extend Table.js however the search will not filter all tables.

For example, in CustomTableSearch I pass all my columns, however I do not want to use id in search. How can I make this limitation?