mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-3816] Clarified misleading property description in Document List docs (#4056)
* [ADF-3816] Clarified misleading prop description for document list * [ADF-3816] Removed a link incorrectly added to the word 'User'
This commit is contained in:
@@ -134,7 +134,12 @@ export class DocumentListComponent implements OnInit, OnChanges, OnDestroy, Afte
|
||||
@Input()
|
||||
sorting = ['name', 'asc'];
|
||||
|
||||
/** Defines sorting mode. Can be either `client` or `server`. */
|
||||
/** Defines sorting mode. Can be either `client` (items in the list
|
||||
* are sorted client-side) or `server` (the ordering supplied by the
|
||||
* server is used without further client-side sorting).
|
||||
* Note that the `server` option *does not* request the server to sort the data
|
||||
* before delivering it.
|
||||
*/
|
||||
@Input()
|
||||
sortingMode = 'client';
|
||||
|
||||
|
Reference in New Issue
Block a user