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 using the DataTable component with grouped rows, the drag selection functionality does not work as expected. Instead of selecting the rows within the drag selection area, the selected rows are often dispersed across the table, seemingly at random.
melloware
added
Type: Bug
Issue contains a defect related to a specific component.
and removed
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
labels
Dec 5, 2024
PR Submitted, please test again #7474 seems to have processed the data multiple times, but the callback is triggered before the data is handled correctly.
Describe the bug
When using the DataTable component with grouped rows, the drag selection functionality does not work as expected. Instead of selecting the rows within the drag selection area, the selected rows are often dispersed across the table, seemingly at random.
Reproducer
https://stackblitz.com/edit/gpwf4v?file=src%2FApp.tsx
System Information
Steps to reproduce the behavior
2 .Use the drag selection feature to select multiple rows.
Expected behavior
Rows within the drag selection area should be consistently and correctly selected.
The text was updated successfully, but these errors were encountered: