Hello All,
I am getting 2 sortable columns in my table - One at the header level and other at Body Level. Please let me know how can i solve the issue of removing sorting from body. Following code is used.
$(document).ready(function() { $('#dataTables-example').dataTable( { "scrollX": true } ); } );