[ACS-10259] Add an option to reorder rows with keyboard (#11548)

* [ACS-10259] Datatable add drag&drop keyboard integration

* [ACS-10259] Add option to reorder rows via keyboard

* [ACS-10259] Add proper focus handling
This commit is contained in:
Michal Kinas
2026-01-22 12:02:45 +01:00
committed by GitHub
parent 096ead8648
commit 5cdcd97201
3 changed files with 87 additions and 1 deletions

View File

@@ -464,6 +464,8 @@ Learn more about styling your datatable: [Customizing the component's styles](#c
## Details
This component supports rows reordering via keyboard. To enable it first set `enableDragRows` to `true`, focus any selected row and use shift + ArrowUp/ArrowDown combination to reorder selected row.
### Supplying data for the table
The column layout and row data are supplied to the table using an object that implements the