UI Builder v15.1.5: How to apply column-level sorting in list views?

Hello,

I am using UI Builder version 15.1.5 and working with a List View created using UI Builder.

Currently, I would like to enable sorting on all fields/columns in the list, so that users can sort the data by clicking on individual column headers (for example: sort by Name, Date, Status, etc.).

Is there a built-in way in UI Builder v15.1.5 to enable column-level sorting for all fields?

To follow up for anyone else looking at this issue, we received a response from the UI Builder team, who said:

The issue was fixed from version 16.1.2 , and on V17, but V15 was EOL at the time and did not get the update.

1 Like

Yes @naepalm Indeed, the issue has been resolved in v17. However, I am facing one more issue. When selecting actionType = bulk, the action button is not getting displayed in the bottom strip.

collectionConfig.AddAction<CustomAction>(actionConfig => actionConfig
    .SetVisibility(x => x.ActionType == ActionType.Bulk));

Sorry, I don’t have an answer for that one! You may want a new post (or to submit an issue) so it doesn’t get lost in this thread :blush:

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.