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
If all rows have been selected by the header's checkbox and the user deselects a single row, the header checkbox keeps "checked" and the variable "selection" still contains all rows.
I think header checkbox should get state "indeterminate" and selection should only contain values that are actually checked.
If all rows have been selected by the header's checkbox and the user deselects a single row, the header checkbox keeps "checked" and the variable "selection" still contains all rows.
I think header checkbox should get state "indeterminate" and selection should only contain values that are actually checked.
This should fix it:
Selection.js
The text was updated successfully, but these errors were encountered: