PDA

View Full Version : preRender a big dataview



Dumbledore
18 Aug 2009, 1:17 AM
Hi,

i have a big dataview in my application. It seems that is faster to render this component hidden on startup and on use move it in the dom.

But where to render the component?

i use...


myDataView.render(document.body)

... and all runs fine, except that i can“t use firebug-lite on IE6 anymore.

Is this rendering and a problem of the concept of firebug lite? Or did i make a mistake?

Bye, Dumbledore

jay@moduscreate.com
21 Aug 2009, 7:27 AM
That makes no sense to me becuase the dataview does not really populate its child nodes unless the store is loaded. Is the store loaded with local data?