how to disabled sorting in datatable

how to disabled sorting in datatable

sainixsainix Posts: 13Questions: 6Answers: 0
$(document).ready(function () { var table= $('#datatable').dataTable(); var tableTools = new $.fn.dataTable.TableTools(table, { 'aButtons': [ { 'sExtends': 'print', 'bShowAll': true, }, { 'sExtends': 'pdf', 'bFooter': false }, ], 'sSwfPath': '//cdn.datatables.net/tabletools/2.2.4/swf/copy_csv_xls_pdf.swf' }); $(tableTools.fnContainer()).insertBefore('#datatable_wrapper'); });

This question has an accepted answers - jump to answer

Answers

This discussion has been closed.