Hey guys, I guess the title sort of explains what I am trying to achieve;
Is there a way using html/css (with relative sizing) to make a row of cells stretch the entire width of the table within which it is contained? The cells should be equal widths and the outer table size is also dynamic
Currently if I don't specify a fixed size the cells just autosize to fit their contents.
Thanks!