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
When the user scrolls past the table header, the header moves to float
at the top of the window so that the column headers are still visible.
The way this is implemented means that the logic for selecting all
checkboxes does not work when the header is floating (since it is no
longer a child of the table itself).
This commit fixes this by simply creating a unique element id for the
table and passing that around instead, which allows the checkboxes to be
found in all cases.
Change-Id: I9ff2cf0a22c485b2fc0d2a5cc0689819cf87201b
0 commit comments