Scrollable table in html?

admin

Administrator
Staff member
Hi,<br />
First please forgive me that i posted this question in javascript forum(by mistake) too.<br />
<br />
<br />
Could i reperesent a table that have following capability:<br />
<br />
1- The Body could scroll in Both vertical and horizental while Header row stay static above the scrollbars(of course Header roe should scroll horizental while the body scrolling).<br />
<br />
2- The width of cell be dynamic and automaticall changes base on cell data.<br />
<br />
Brifely, i want to have an html table shows like DataGrid in VB (or other client/server software tools) <br />
<br />
Please advice and let me know any document is available <br />
for this or any code to help me capture the point.<br />
Thanks.<!--content-->Do you think an Iframe would work for this? Seeing as I was never curious of doing this, I'm not the most sure thing in the world.<!--content-->I am sure an <IFRAME> tag will do the trick.<!--content-->
 
Back
Top