Currently I see the ability to sort by a default column. Would like to sort by secondary column as well.
Hey @sgallese are you reading from a SQL database β would you be able to put this logic in SQL?
1 Like
Yes, using βorder byβ worked in SQL to order multiple columns.