UI performance and large data set in Table Object

viktoras didziulis viktoras at ekoinf.net
Fri Feb 22 03:19:58 EST 2008


Hi Mark,

use scrolling field object with vgrid and hgrid set to true (table to 
false), so you will get it formatted correctly without all the overheads 
of the table object. I always use this when I need table and it for me 
handles a few thousand records without any slowing downs.

One more option would be to play with LIMIT and OFFSET in SQL SELECT's 
and display only parts of the query that you want to.

All the best
Viktoras





More information about the use-livecode mailing list