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
Describe the bug:
When programmatically selecting/deselecting rows via the table component API methods, existing selected rows are re-rendering the selection column checkboxes. This causes a "flicker" for checked checkboxes from their unchecked state to the checked state.
To Reproduce:
Steps to reproduce the behavior:
Select a few rows in the table
Manually call the selectRow() method on the table with row of data (or one of the other selection APIs)
Observe that the existing selections are re-rendered incorrectly.
Expected behavior:
Existing selected/deselected rows should be unaffected by selections from other rows, or programmatic select/deselect. Only the specific row(s) that are affected should update their selection state.
The text was updated successfully, but these errors were encountered:
Describe the bug:
When programmatically selecting/deselecting rows via the table component API methods, existing selected rows are re-rendering the selection column checkboxes. This causes a "flicker" for checked checkboxes from their unchecked state to the checked state.
To Reproduce:
Steps to reproduce the behavior:
selectRow()
method on the table with row of data (or one of the other selection APIs)Expected behavior:
Existing selected/deselected rows should be unaffected by selections from other rows, or programmatic select/deselect. Only the specific row(s) that are affected should update their selection state.
The text was updated successfully, but these errors were encountered: