Boot Strap Data Table sort issue

Boot Strap Data Table sort issue

Amar VermaAmar Verma Posts: 10Questions: 6Answers: 0

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 } ); } );

Answers

  • Amar VermaAmar Verma Posts: 10Questions: 6Answers: 0

    dataTables_scrollBody is the class under which entire body is genearted with the header..

This discussion has been closed.