Is there a way to exclude a column from sort in Dash Datatable or disable it for a certain column

Hello,

I am new to Dash and am testing out the Dash Datatable. I have sorts triggering a callback to run a sql query with order by. However, there is one column I want to ignore.

I can successfully raise ‘PreventUpdate’ based on the callback context, but I would like hide/disable the sort span all together for a column instead of ignoring the callback.

I thought I could do this via conditional styling of the headers, but I could not figure it out.

Does anyone know if there is a way to hide/disable sort for a specific column in a Dash datatable?

Cheers!

-Braun