Hide and show html table columns
问题 can anyone help to solve this html/javaScript issue; iam tying to implement a solution to hide/show columns in my html table that has a header with multi-rows, when i start hiding the columns from the right it works fine, but when i start from the left, i can see the issue; some cells get hidden even if not needed to be, this is my code thatnks: $(function() { // on init $('.hide-column').eq(0).trigger( "click" ); // on click $('.hide-column').click(HideColumns) function HideColumns() { var