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.
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.
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!
Hi @totaltool Just a heads up, our team picked up this request, so this feature should be shipping very soon