mjesteve commented on issue #1248:
URL: https://github.com/apache/royale-asjs/issues/1248#issuecomment-2564555527

   I didn't realize there were 50k of data... with that amount of data, if you 
need to use a DataGrid, I would use the VirtualDataGrid and if you could use a 
list, the VirtualDataList (this is the one I normally use)
   Are you able to load that data in an acceptable time? Consider that with a 
normal DataGrid, it creates an itemrenderer for each column of each row... 
that's a lot of itemrenderers, on the contrary, Virtual controls only create 
the itemrenderers that are visible (some more above and below)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to