'react-bootstrap-table2 expandable filter row
I am using react-bootstrap-table2 with filter functionality which is working fine
<BootstrapTable
keyField="id"
data={filteredData}
columns={TABLE_HEADING}
filter={filterFactory()}
classes="demo-table"
filterPosition="top"
bordered={false}
/>
Now I wanted to make my search filter row to be expandable. I go through the documentation but didn't find anything helpful.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|