I am rendering a table thanks to jQuery datatable plugin .
When you allow sorting on a column , column is sorted if you click on title text or on arrow just near:

Do you know how to disable sorting for click on text but let sorting for click on arrows?
"bSortable": false,If you share the code you're using to render the table, I can show you exactly where it goes.