I have a table with five columns
column1 column2 column3 column4 column5
------- ------- ------- ------- -------
and I have some check boxes each one for one column when the first checkbox is checked then I need to show the first column , if unchecked I need to hide first column. Like that I need to do for all columns.
I found some answers but I did not find any solution .First time it is hiding then other operations are not working on that.
$('#tableId td:nth-child(column number)').hide();


0 comments:
Post a Comment
Note: only a member of this blog may post a comment.