mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
* sorting configuration * detect primary sorting and use with document list * search results sorting * docs update * unit tests and code updates * update code * update code * generic sorting picker, test updates * ability to switch off client side sorting * update docs for document list
14 lines
274 B
Markdown
14 lines
274 B
Markdown
---
|
|
Added: v2.3.0
|
|
Status: Active
|
|
---
|
|
|
|
# Search Sorting Picker Component
|
|
|
|
Provides an ability to select one of the predefined sorting definitions for search results:
|
|
|
|
```html
|
|
<adf-search-sorting-picker></adf-search-sorting-picker>
|
|
<adf-search-filter></adf-search-filter>
|
|
```
|