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 a user selects rows using Shift + Click and the selectableRowsRangeMode property is set to "click," it selects a range of rows. However, if the user deselects all rows (calling deselectRow) and then uses Shift + Click again, the Tabulator remembers the last selected row and selects a range of rows accordingly. I couldn't find a way to clear Shift +click selection without refreshing the page.
Describe the bug
When a user selects rows using Shift + Click and the selectableRowsRangeMode property is set to "click," it selects a range of rows. However, if the user deselects all rows (calling deselectRow) and then uses Shift + Click again, the Tabulator remembers the last selected row and selects a range of rows accordingly. I couldn't find a way to clear Shift +click selection without refreshing the page.
Tabulator Info
Working Example
Please find the working example here
https://jsfiddle.net/b8j2n90f/7/
To Reproduce
A step by step guide to recreate the issue in your JS Fiddle or Codepen:
Expected behavior
It should only select the ninth row, rather all the rows from one to nine.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: