react-bootstrap-table/react-bootstrap-table2

afterFilter's newResult gives empty object

00-TylerDurden opened this issue · 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