react-bootstrap-table2
react-bootstrap-table2 copied to clipboard
afterFilter's newResult gives empty object
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