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" });