mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-04-23 22:30:37 +00:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user