Details
-
Improvement
-
Resolution: Fixed
-
Major
-
None
-
-
Empty show more show less
-
Yes
-
Yes
-
UI FW 23
-
3
Description
At the moment, we can define a default order for the subapps. Unfortunately, we can only specify the property name and not if the column should be ordered descending, which comes helpful e.g. for an app maintaining latest news.
Customers can define sortable properties in the JcrDatasource with `sortByProperties`. Just not which direction.
Notes:
Maybe add a sortOrder configuration to BaseDatasourceDefinition which allows for ASC/DESC values.
We would replace sortByProperties list with a map like
firstProperty : asc; secondProperty : desc; ...
We'll still support the list for compatibility as deprecated.
The below was split into MGNLUI-6537
We currently cannot sort by more than one property in UI by clicking columns. The sorting of the previous one is ignored when a second one is clicked. Something to consider (ticket?)
Also resetting to the state that is configured in the app would only be available only by reloading page (have a different way to reset this?)
Checklists
Attachments
Issue Links
- is causing
-
MGNLUI-6725 Provide sort by node name in jcrDatasource definition
-
- Closed
-
- is duplicated by
-
MAGNOLIA-7989 Default order within Apps can not be changed
-
- Closed
-
- is related to
-
MGNLUI-5994 Deprecate sortable in favor of sortByProperties to simplify
-
- Closed
-
- split to
-
MGNLUI-6537 Reset sorting in grid by context menu
-
- Closed
-
- to be documented by
-
MGNLUI-6617 DOC: Update sorting properties in DatasourceDefinition
-
- Closed
-
- mentioned in
-
Page Loading...