javascript - How to disable sorting on column in jQuery.tablesorter? -


i try find way how disable sorting on column. use jquery plugin tablesorter. , default if click on header cell sort column data, need if don't need use sorting on 1 or 2 column in 4 columns table.

thanks in advance.

you must pass appropriate parameters @ initialization, example:

{ ...    headers: { 0: { sorter: false} } } 

for more information, check manual at:

http://tablesorter.com/docs/


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -