Wclmvfekrjpoc
New Member
Info
- I have two rows of headings on my table.
- The second heading row is just a normal heading row, nothing special.
- The first heading row is made to group the second heading row by colspan.
- I hide a column with jquery.
- "Head2" should be hidden if one or more of its "childs" are hidden.
- Some empty th might take its place to fill the emptyness, or else the other elements might fall into the wrong place.
- I can have a much bigger table than this which means it has to be dynamic and somehow calculate this from an index number or an id.
- Classes can be added to the HTML if needed.
- This process should be reversable. Later on I'm going to show / hide columns by user interaction.