Hi Team,
We are using Handsontable version “14.1” and Angular v17.
We have separate tables in two tabs with same settings (like tab1->table1` & tab2-> table2(*with nestedHeaders)). when we navigate between tabs, we are update the settings by updatesettings() with following details like data, columnHeaders, columns, hiddencolumns and nestedHeaders.
When doing filter from one table (like tab1->table1->column1) then navigate to tab2 that filter is affects in tab2->table2->column1 and bound data (rows) got filtered.
When I click the tab2->table2->column1 filter icon, it is showing tab1->table1->column1 row details in the filter option (check and uncheck options).
Please let us know how to reset or update the user filtered options for both the table while update the settings in navigations between the tabs.