How do i get the columns titles from a Table (new)?

This approach works for the legacy table, but is there a solution for the new tables to retrieve the column names?

Hi @daltonconley thanks for reaching out! You should be able to do {{Object.keys(formatDataAsObject(tableName.data))}}

Keep in mind that custom columns won't show up in this list - and columns marked as hidden on the table will still be present in the list