How to groups table rows in html to manipulate them with jquery

Posted by rmarimon on Stack Overflow See other posts from Stack Overflow or by rmarimon
Published on 2010-03-18T13:16:21Z Indexed on 2010/03/18 13:21 UTC
Read the original article Hit count: 401

Filed under:
|
|

I have an html table with many rows. I'm currently grouping several rows inside a div (I know this is ugly) and then show or hide the divs to show or hide the rows inside it. Is there a standard way to do this. Something like rowgroup or multiple tbody instead of this ugly div grouping?

© Stack Overflow or respective owner

Related posts about html

Related posts about dom