I am working with W3.CSS and W3.JS to create an expandable / collapsible HTML table. The w3.hide() function works fine to hide targeted rows, but when I use the w3.show() function against the same targeted rows, when the rows are displayed, the whole row is contained in the first tag.
Without going into lots of detail on the code behind this, I wanted to see if anyone has successfully created a table like this using W3.CSS and W3.JS and could share example code of it working?
Despite lots of googling for a solution, I cannot find any examples of W3.CSS and W3.JS being used in this way.