mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ACS-5704][Community request] ObjectDataTableAdapter sorting (#9272)
* [ACS-5704] change table sorting * [ACS-5704] change table sorting * [ACS-5704] change table sorting * [ci:force] fix integer mapping * [ACS-5704] set alphanumeric sorting as default
This commit is contained in:
@@ -35,10 +35,10 @@ Get the data value from a specific table cell.
|
||||
|
||||
`getSorting():`[`DataSorting`](../../../lib/core/src/lib/datatable/data/data-sorting.model.ts)`;`<br/>
|
||||
`setSorting(sorting: DataSorting): void;`<br/>
|
||||
Get/set the sorting key and direction (ascending or descending).
|
||||
Get/set the sorting key, direction (ascending or descending) and options (eg. numeric).
|
||||
|
||||
`sort(key?: string, direction?: string): void;`<br/>
|
||||
Sort the table with a specified key and direction (ascending or descending).
|
||||
`sort(key?: string, direction?: string, options?: Intl.CollatorOptions): void;`<br/>
|
||||
Sort the table with a specified key, direction (ascending or descending) and options (eg. numeric).
|
||||
|
||||
## Details
|
||||
|
||||
|
Reference in New Issue
Block a user