react-bootstrap-table handleFilterData范围日期

时间:2018-10-04 02:43:33

标签: datepicker date-range react-bootstrap-table

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

是否可以执行以下操作?

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

0 个答案:

没有答案