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
Shift + Left Click multi-row range selection in datagrid() checkbox columns generated by grid_selection_row() visually updates all checkboxes in the selection range but does not actually update the selection return values. The gif below was created using the reprex app from your documentation without any edits (besides slight theming) and, I believe, illustrates the issue very clearly.
Shift + Left Click should continue to visually update checkboxes in the selection range and also be fixed to update the actual selection return values as well.
Thank you in advance!
The text was updated successfully, but these errors were encountered:
Description:
Shift + Left Click multi-row range selection in
datagrid()
checkbox columns generated bygrid_selection_row()
visually updates all checkboxes in the selection range but does not actually update the selection return values. The gif below was created using the reprex app from your documentation without any edits (besides slight theming) and, I believe, illustrates the issue very clearly.Reprex app code:
Desired Resolution:
Shift + Left Click should continue to visually update checkboxes in the selection range and also be fixed to update the actual selection return values as well.
Thank you in advance!
The text was updated successfully, but these errors were encountered: