react-bootstrap-table/react-bootstrap-table2

How to change options of select filter dynamically based of changing of option of another column?

hkabir opened this issue · 1 comments

I have two columns with two select filters of a react bootstrap table. I would like to change the options of the second filter based on the selection of first filter. How can I do this?

Same issue as #1097