Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I make non-scrolling table headers?
Message
From
17/05/2002 13:45:16
Mike Sue-Ping
Cambridge, Ontario, Canada
 
General information
Forum:
Internet
Category:
HTML
Miscellaneous
Thread ID:
00657098
Message ID:
00658342
Views:
27
Hi Michael,

Thanks for the suggestions. Don't think I quite understand the last part though.

Mike.

>
>I don't know of a good solution to this problem. Another issue with large tables is that browsers will not render them until the closing table tag. This can cause long delays as well. Another solution (not a good one) is to break up the data into multiple tables where each table fills a page (screen). The major problem with this is that columns from one table to the next do not line up. Setting a column width can minimize this effect. You don't have a fixed header but you at least keep a header visible on the screen. You can also flush data to the client after rendering every 20-30 pages to give the perception of faster response on large data sets.
>
>Another approach to consider is downloading a page at a time to the client. The downside of this is the required server post back for each page.
>
>If you only need to support the newer browsers then you could consider downloading the data as an XML data island and using client side scripting to handle populating pages into a table. Not a simple solution but an elegant one.
Previous
Reply
Map
View

Click here to load this message in the networking platform