Many individuals continue to utilize tables for organizing controls, data, and more - a prime example being the widely-used jqGrid. It's perplexing how there appears to be some sort of sorcery involved (after all, we're talking about tables here, how much magic can they really possess?)
How does jqGrid manage to enforce specific column widths in a table? If I attempt to replicate this behavior myself by setting each <td style='width: 20px'>
, the cell will still expand once the content surpasses 20px!
Any thoughts or insights on this matter?