I am using bootstrap 3.3.7 and datatables 1.5.2. At present I have a table where I want the data to appear in order and I don't want it sortable by the user. So I set all columns to be sort false by putting "orderable": false in all column defs. This stops sorting, but the very first column the sort icon in the column remains. What do I need to do to hide the sort icon in this first field?
Edit: OK this is just getting downvoted. What am I asking wrong in this question?