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

How to get value of column selectFilter with deprecated react-boot-strap-table #2135

Open kemenec opened 3 years ago

kemenec commented 3 years ago

Hi all, I use react-bootstrap-table (the deprecated one because of the react version of my application). I use column filter of SelectFilter type and i would like to know how to get the value selected in the combobox. In this version OnFilter does not work. I have tried to seek the value in the TableHeaderColum props there but i haven't see nothing which can tell me this value. image I just would like to know if the combobox is empty or with a filter to change an icon. I just need to test the value of this combobox.

thank you in advance