AllenFang / react-bootstrap-table

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

custom header cell with dropdown #2022

Open iamchandler opened 5 years ago

iamchandler commented 5 years ago

Hi How I can customize header in react bootstrap table?? I want to do some operations on column header (like renaming them) and whole column (like delete a column) and I want to put a dropdown in each column header and put some operation in that dropdown list like this link : https://github.com/adazzle/react-data-grid/issues/101 anyone can help me?