Change sortable flag of TableHeaderComponent column at will

TableHeaderComponent::setPropertyFlags(int columnIndex, int propertyFlags)
or setSortable(int columnIndex, bool isSortable) (but this is less flexible)

It’s possible to change the name or visibility of a column after setting it up with .addColumn(), but I would like to be able to enable/disable the sortable flag.

Thanks.