mirror of
https://github.com/gosticks/react-bootstrap-table2.git
synced 2026-08-16 13:40:17 +00:00
patch tests for search
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user