basically I have some SQL and I want the user to be able to select the ordering in the “order by” section with an HTML element. Are there any out-of-the-box solutions?
edit: it’s more like order by country,status,... or order by status,country,...
if u display your sql results in a list view u can change display order by clicking on the header of your displayed fields.
EDIT: have a look at this. (hold down shift key and click on headers)