Hello all. Like this: var ColIndex = $(this).parent().children().index($(this));
I get the column index, when click on a row(not the table head). How can I get the index of column, when click on the head of column?
Hello all. Like this: var ColIndex = $(this).parent().children().index($(this));
I get the column index, when click on a row(not the table head). How can I get the index of column, when click on the head of column?