Deactivate sort function on columns

Deactivate sort function on columns

NewcomaNewcoma Posts: 24Questions: 0Answers: 0
edited June 2013 in General
How do I deactivate the sort function on specific columns?

Replies

  • NewcomaNewcoma Posts: 24Questions: 0Answers: 0
    My html looks like this




    col1


    col2 I dont want this column to be sortable




    data 1
    data 1



    script
    $('#myTable').dataTable();

    How do I exclude the sort funcionality from specific columns ?
  • allanallan Posts: 63,516Questions: 1Answers: 10,472 Site admin
    Use the bSortable option.

    Allan
This discussion has been closed.