This issue has been created
 
 
XWiki Platform / cid:jira-generated-image-avatar-463d70bb-82a4-4c59-9659-048a0754dc95 XWIKI-23903 Open

Allow sorting a livedata column based on the different property than the one used for the display

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-1500cdf7-0e89-41e7-b0eb-ab802c88a1ec Thomas Mortagne created this issue on 15/Jan/26 17:39
 
Summary: Allow sorting a livedata column based on the different property than the one used for the display
Issue Type: cid:jira-generated-image-avatar-463d70bb-82a4-4c59-9659-048a0754dc95 Improvement
Affects Versions: 17.10.2
Assignee: Unassigned
Components: Live Data
Created: 15/Jan/26 17:39
Priority: cid:jira-generated-image-static-major-f207c391-9189-4a6b-8798-ed8e4740d441 Major
Reporter: Thomas Mortagne
Description:

In some cases, you need the sorting of a column to be based on a different property than the one you display.

For example in the Repository application we have versions which don't make much sense when you sort them as String, so we have another property which contains a number index to sort them properly. But when you display it in a livedata it does not make much sense visual to have two different columns, and you would want the Version column to be sorted using the index but filtered and displayed using the version property.