Hi,
I have a table inside a div. The division has intial width. If the table stretches beyond this width, the division should get a horizontal scrollbar. And the width of the table cells should not change their width.
But whats happening is that the cells are getting compressed.
I was able to achieve the same, in a similar table which has a header. And i set the header th cells to a specific width, and they never compress - only the divison stretches.
But in the current case, I do no have a header for the table.
Any ideas ?
Thanks.
I have a table inside a div. The division has intial width. If the table stretches beyond this width, the division should get a horizontal scrollbar. And the width of the table cells should not change their width.
But whats happening is that the cells are getting compressed.
I was able to achieve the same, in a similar table which has a header. And i set the header th cells to a specific width, and they never compress - only the divison stretches.
But in the current case, I do no have a header for the table.
Any ideas ?
Thanks.