react-bootstrap-table2 icon indicating copy to clipboard operation
react-bootstrap-table2 copied to clipboard

afterFilter's newResult gives empty object

Open 00-TylerDurden opened this issue 2 years ago • 0 comments

I am using select filter for my columns. On the first time, when I select a filter value from a column, it updates the table data as per the selected filter. On the second time, on selecting a different filter in the same column, afterFilter's newFilter provides the filter selected. Meanwhile, newResult gives an empty object as a value. Due to that, empty object is set as table data.

Help me resolve the issue @AllenFang

00-TylerDurden avatar Mar 13 '23 14:03 00-TylerDurden