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
This was initially reported during a discussion in the PR for table filter counts.
When you have a table with 2 or more filterable columns, you can get into a situation where clicking the Select All button on the 2nd filter context menu does not change the state of the checkboxes for the filters. This happens when you filter something in one of the columns and then try to filter in another column.
Expected behavior
Clicking Select All or Deselect All on a filter context menu should always change the rendered state of the checkboxes displayed.
Steps To Reproduce
Go to a table with 2 filterable columns.
Click the filter icon on the 1st column and from the filter context menu selected one of the filter checkboxes
Notice that the table updates as expected and the filter count for the column displays 1
Click the filter icon on the 2nd column and from the filter context menu click the Select All button
Notice that none of the checkboxes on the filter context menu are selected, this is incorrect
Notice that the filter count for the column displays the correct number, which means filtering worked even though the checkboxes were not checked
Click the filter icon on the 2nd column again
Notice all the checkboxes are rendered as checked
Here is a short video showing the issue:
IssueXXXX_bug.mov
The text was updated successfully, but these errors were encountered:
Wave SDK Version, OS
v1.5.0, MacOS
Actual behavior
This was initially reported during a discussion in the PR for table filter counts.
When you have a table with 2 or more filterable columns, you can get into a situation where clicking the
Select All
button on the 2nd filter context menu does not change the state of the checkboxes for the filters. This happens when you filter something in one of the columns and then try to filter in another column.Expected behavior
Clicking
Select All
orDeselect All
on a filter context menu should always change the rendered state of the checkboxes displayed.Steps To Reproduce
Select All
buttonHere is a short video showing the issue:
IssueXXXX_bug.mov
The text was updated successfully, but these errors were encountered: