TableHeadFixer
TableHeadFixer copied to clipboard
Not really an issue
I am trying to make the head and column fixed and unfixed when user clicks on a checkbox. It works,the code for onclick is $("#testTable").tableHeadFixer({'left' : 2, 'head' : true}); . i have another checkbox which onclick does this $("#testTable").tableHeadFixer({'left' : 0, 'head' : false}); this does not work and the table head and columns are still fixed.
Sorry, I really has not thought this situation, I will implement this issue. Thanks you so so much