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

Is it possible to make a ref on a column? #2107

Open vtarelkin opened 4 years ago

vtarelkin commented 4 years ago

good day.

I want to use a default filter by react-select on table - so I need a ref on the column. How can I make this? ref on column returns me null. Maybe there is a better approach?