I am using tablesorter for my tables. And now i want that alwasy the last header is disabled from sorting.
I have tryed this:
$(".sorter")
.tablesorter({widgets: ['zebra'], headers:{0:{sorter:false}, -1:{sorter:false}}})
.tablesorterPager({container: $("#pager"), positionFixed: false, size : 5 });
But that does not work... does somewone know a solution?