I have a table that represents Tab-structure.
Some cells are set to display: none; and only the active tab is displayed. I want to set the max-height to all of them. To do it, I go through the array of tabs and do the following S
I have a table that represents Tab-structure.
Some cells are set to display: none; and only the active tab is displayed. I want to set the max-height to all of them. To do it, I go through the array of tabs and do the following S