Quantcast
Channel: Recent Discussions — DataTables forums
Viewing all articles
Browse latest Browse all 82475

Disable sorting on first column

$
0
0

Hi there!

I am using the Tablepress Wordpress plugin and would like to include an extra option. I want to disable sorting in the first column and keep the sorting active on the other columns.

I inserted the following code in the "custom Commands" in the editing mode of the table with id 'top10'.

$('#top10').dataTable( {
"columnDefs": [
{ "orderable": false, "targets": 0 }
]
} );

When saving this, I loose all the sorting options of all column however.

Any suggestion to get this working?

Sorry for the beginner question, but I really can't get it working after reading and trying out different options for 2 hours,


Viewing all articles
Browse latest Browse all 82475

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>