tags:

views:

5

answers:

1

Hello:

I am opening a dialog box with a pretty large amount of data structured as an html table (about 1400, 3 columned rows). Needless to say, it loads unacceptably slow. Any ideas on speeding something like this up?

A: 

I would look at either paging or loading-on-demand, like this: http://www.webresourcesdepot.com/load-content-while-scrolling-with-jquery/

dave thieben