Is it possible to sort by two columns in the Table (new) component?

I need a default sort by column1, then by column2. Similar to a SQL query like this:

select * from table1
order by
column1 desc, column2 asc

I can only see a way to default sort by one column in Interaction->Advanced.

1 Like

Hi @totaltool we have an internal feature request to add multi-column default sort ot the Inspector (component settings) I'll post here when the feature ships!

1 Like

Hi @totaltool Just a heads up, our team picked up this request, so this feature should be shipping very soon :slightly_smiling_face:

1 Like