Hi, i wish to (unsurprisingly) line up the table headers with the columns. Ive tried using:
<th><div style='width:30px;'>ID</div>
but it doesnt appear to like it
Strangely enough, i was able to use a div to set an initial offset like:
<th><div style='margin-left:30px;' /></th>
so how can i give each table header an actual width?
Thanks