27
Views
1
Comments
Solved
[OutSystems Data Grid] sort by multiple columns is not working on mobile versions of a webpage
outsystems-data-grid
Reactive icon
Forge asset by OutSystems
Application Type
Reactive

Hello . I'm working on outsystems data grid. i know that Sorting with SHIFT key pressed will allow to sort by multiple columns at the same time. but how can i do the same thing through a mobile device.

2023-04-29 03-33-29
Omar Hussein
Solution

Hello Oshima,

Using the SHIFT key to sort multiple columns is a desktop feature and isn't directly possible on mobile devices. However, you can simulate this functionality by implementing a custom action for header clicks. This custom action can track and update a custom sort state, which you can then use in your query to achieve multi-column sorting.

Kind regards,

Omar

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.