Disable ordering on the first column
-
hello, i want to disable ordering on the first column
my shortcode[gdoc key=”https://docs.google.com/spreadsheets/d/W7pjg1L8VvpO36SjUfhSSMHMp67PsLNjWZKz1So/edit#gid=788544765″ query=”select B,H,I,J” datatables_dom=”flrtip” datatables_page_length=”100″ class=”stripe hover”
and i use js:
$('#igsv-W7pjg1L8VvpO36SjUfhSSMHMp67PsLNjWZKz1So').dataTable( { "columnDefs": [ { "orderable": false, "targets": 0 } ] } );
but it not work, how to fix it?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Disable ordering on the first column’ is closed to new replies.