Can't see how to set the 'disableSorting' property on a Table

@DBC if you don't want the table to have any sorting at all you should be able to disable sorting for each column in the table.
Screenshot 2022-12-05 at 8.12.26 AM

Though this could be a lot of manipulation if the table contains a lot of columns or you can do this in a JS Query but that would essentially require the same thing but perhaps easier to maintain in one place as opposed to going into each column
Screenshot 2022-12-05 at 8.13.49 AM