Sub-sort on tables

Hello. Do tables have the ability to sort by more than one column? For example, but a year column then company as a sub-sort of year. It doesn't appear that this is possible based on the tables configuration panel and the fact that table.setSort(columnName: string, desc: boolean) is defined as such (a single column).
If not possible, I would like to add as a feature request :slight_smile:

This functionality able to be set up inside of tables at the moment. You are able to do this inside of many types of queries, or via JS inside of a transformer. The setup is a little more complicated that way unfortunately, and not cleanly built into the table. I'll get that down as a feature request :slight_smile:

I didn’t think of a transformer. That may be able to work/help for now