Sort table by multiple columns

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.