I’m having a table and i have a row which is initially set to the display property of ‘none’
and i changing it to ‘block’ at some selection of value from my select box , at that point of time the row is not aligned properly. My two columns are set inside a single column of the above row?
but when i change it again to ‘none’ all the other rows are aligned correctly..
Instead of changing it to
display:block;usedisplay:table-row;.Example here.
Code: