Mon, 2017-07-24 17:58
I have 2 tables, one holds the filter, sort by cells as well as the header titles as well as a Thead tag.
The other, the data in a Tbody tag.
I have tried:
#tHead { table-layout:auto; } #tbody { table-layout:inherit; } and.... table { border-collapse:collapse; table-layout: fixed; empty-cells: show; width:100%; height:100%; } .TableData { table-layout:inherit; }
but cannot get the columns to align correctly. Its got me stumped and Im on the wire.
Hope you guys can help!
Mon, 2017-07-24 18:06
#1
I need to pass the column
I need to pass the column width between the 2 tables, hope that makes it clearer