* Alan Gutierrez <[EMAIL PROTECTED]> [2006-11-21 20:50]: > * Alan Gutierrez <[EMAIL PROTECTED]> [2006-11-21 13:28]: > > I've created a simple jQuery grid... > > > > http://kiloblog.com/2006/11/19/a-grid-in-jquery/ > > > > Your thoughts are appreciated. > > Here are direct links to the grid, this latest version includes a > speed up in rendering. > > http://blogometer.com/repository/etude/jQuery/grid/grid-three/grid.html > > I consider this a lightweight grid control, for when I want to > display a table of data in a fixed space. The data set that I build > this grid to display are addresses of FEMA demoltions, street > addresses, lats and longs, no long "memo" fields. Thus, I only want > the fancy scrolling.
The grid now renders concurrently. Different browsers prefer different combinations of rows per timeout and time between timeout. 100 rows: http://blogometer.com/repository/etude/jQuery/grid/grid-six/grid.html 500 rows: http://blogometer.com/repository/etude/jQuery/grid/grid-six/grid-huge.html The important thing is that the page is responsive. Rendering is faster in this incarnation. Absolute positioning is much faster that relative layout, especially faster than laying out the grid as blocks that fload left. -- Alan Gutierrez - 504 717 1428 - [EMAIL PROTECTED] - http://blogometer.com/ Think New Orleans - http://thinknola.com/ _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
