You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: