Hi, i have a table

col1 | col2 | col3
I don't want col2 to be sortable...

So I added
    $("#tblusers").tablesorter({ 
        headers: {         
            1: { 
                sorter: false 
            } 
        } 
    }); 


Now, the column is not sortable as I wish, but it breaks the other 2
columns.
I can click on the other 2 columns only once each.  It sorts them correctly,
in descending order, but then won't let me sort ascending.  The only way
header1 will respond again is if i click column 3 (which again is locked on
descending)..

Can anybody help?

Thanks
-- 
View this message in context: 
http://www.nabble.com/disable-header-breaks-tablesort-tp20721037s27240p20721037.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Reply via email to