Hi,
I am asking here a age old problem to make the HTML Table scrollable. Sure, in simple scenarios like having defined column width and the cell content fits the column width, one can handle this with two table concept. But in my case, i have no control over the column content, it may fit and it may not. The table has more than 30 columns and the data body may contain over 100 rows.
My requirement is to make the table scrollable (both horizontal and vertical) and sure, it needs to be cross-browser compatible.
Can someone please advice and provide some sample code?
I am asking this question in javascript forum because i don't think it can plainly be done with css.
Here you will find the example big table (only in columns, rows can be added more)!!
http://www.geocities.com/vickansh/big-table.htmlI have gone thru some links like
http://www.imaputz.com/cssStuff/bigFourVersion.htmlWhich doesn't work at all under IE7.
Thanks for your help.
fargo
Start Free Trial