RE: [KCFusion] Rendering large HTML tables

2003-04-04 Thread Kory Bakken
, April 03, 2003 11:28 PM To: [EMAIL PROTECTED] Subject: RE: [KCFusion] Rendering large HTML tables I think that IE Netscape both wait until an entire table is loaded in html to render it. One way around this, assuming you need to have your data in a table, is to come up with a way to start and stop

Re: [KCFusion] Rendering large HTML tables

2003-04-04 Thread Kristi Lavallee
- From: Kory Bakken [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, April 04, 2003 8:23 AM Subject: RE: [KCFusion] Rendering large HTML tables Instead of breaking the output into infinite multiple tables, you could pull the first 50 records into one table, cfflush, then pull all other

RE: [KCFusion] Rendering large HTML tables

2003-04-03 Thread [EMAIL PROTECTED]
I think that IE Netscape both wait until an entire table is loaded in html to render it. One way around this, assuming you need to have your data in a table, is to come up with a way to start and stop your table. If you can use a counter in your loop that generates the table, for each tr, add