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

Popular posts from this blog

python - Writing Greek in matplotlib labels, titles -

c# - LINQ to Entities does not recognize the method 'Int32 IndexOf(System.String, System.StringComparison)' method -

Pygame memory leak with transform.flip -