html - How to make 2 different tables having different number of rows to be of same height -
I have 2 separate table variations in the number of rows in both tables. I need to display the same height of both tables ..
I want to adjust the second table rows in such a way that it also spreads to the same height of 1 table.
use
$ ("# div2") height ($ ("# Div1") height ()).
style = "height: 100%"
Comments
Post a Comment