I am facing an issue with the layout of two tables. The table on the right side has a fixed width of 470px
, while the other table should occupy the remaining space in the window. Is there a way to make the width of the first table dynamic so that as the window is resized, its width adjusts accordingly to something like:
width:(100% - 470px)
This calculation would mean that the width of the first table is equal to the window width minus the fixed width of the second table.