Sort in query #835
-
Hi, I am planning to use this builder to allow users to prepare Query, my requirement is to allow user to specify sort column(s) also, is there support available to add sort column either using UI or programmatically in query object ? Thank you in advance for your help! Regards |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
RQB doesn't have any built-in support for sorting or anything else analogous to a SQL |
Beta Was this translation helpful? Give feedback.
RQB doesn't have any built-in support for sorting or anything else analogous to a SQL
ORDER BY
clause. You would need to build a separate component for that. In theory you could render that component within the boundaries of the query builder element with a customRuleGroup
, but I would recommend avoiding that just for simplicity's sake.