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.
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