patch tests for search

This commit is contained in:
AllenFang
2018-08-01 20:26:00 +08:00
parent 0d4d32c6e4
commit 7b15bf45d9
4 changed files with 95 additions and 2 deletions
@@ -134,7 +134,6 @@ class Container extends React.Component {
}
handleTableChange = (type, { searchText }) => {
console.log('table change');
setTimeout(() => {
const result = products.filter((row) => {
for (let cidx = 0; cidx < columns.length; cidx += 1) {