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

handleFilterData range date #2027

Closed carlosloaiza21 closed 5 years ago

carlosloaiza21 commented 5 years ago

this.refs.table.handleFilterData({ // this.refs.table is a ref for BootstrapTable name: "Allen", age: 26 });

is it posible to do some like this:

this.refs.table.handleFilterData({ // this.refs.table is a ref for BootstrapTable startDate: "mm-dd-yyyy", endDate: "mm-dd-yyyy" });