Atlanta Custom Software Development 

 
   Search        Code/Page
 

User Login
Email

Password

 

Forgot the Password?
Services
» Web Development
» Maintenance
» Data Integration/BI
» Information Management
Programming
  Database
Automation
OS/Networking
Graphics
Links
Tools
» Regular Expr Tester
» Free Tools

Split large HTML tables in smaller ones

Total Hit ( 2844)

Rate this article:     Poor     Excellent 

 Submit Your Question/Comment about this article

Rating


 


In general, a browser can't render an HTML table before the closing &/TABLE> tag is received. This means that the end user might wait for several seconds before a table result is displayed. The easiest way to have results appear as soon as they are available is subdivide a large HTML table into many smaller ones, which will appear in the browser as soon as the
tag arrives.

If you implement this technique, keep in mind that you should apply the WIDTH attribute to each individual column, so that the columns in the many subtables will match. If you don't do so, the browser will format each subtable in a different way, depending on the data contained in each one. Note that Internet Explorer 5.x can rendere a table even before it receives the
tag. Still, you can make the rendering even faster if you specify the width of each column.


Submitted By : Nayan Patel  (Member Since : 5/26/2004 12:23:06 PM)

Job Description : He is the moderator of this site and currently working as an independent consultant. He works with VB.net/ASP.net, SQL Server and other MS technologies. He is MCSD.net, MCDBA and MCSE. In his free time he likes to watch funny movies and doing oil painting.
View all (893) submissions by this author  (Birth Date : 7/14/1981 )

New Comment
 


Home   |  Comment   |  Contact Us   |  Privacy Policy   |  Terms & Conditions   |  BlogsZappySys

© 2008 BinaryWorld LLC. All rights reserved.