Hello, I have a Raw Data Table, but some of the columns are not sortable, i want to make them sortable when some data changes after executing a query, is that possible?, this is the config I’m using for disable the column sort:
.set("sortable", [
{"amount":false},
{"category":false}]
)