Closed crapthings closed 12 years ago
Could you please attach your blade template? Also, what browser are you using? What happens if you render fewer rows?
Chrome latest
Render about 200 rows are okay
Code is just normal listChunk with chunk template
!=
Meteor.ui.listChunk(Employees.find(), __.chunk.employees, __.chunk.last)
and something like below in app.js
Meteor.ui.render( Template.employees );
Try increasing the number of rows until you begin to notice a limit. Once the browser starts to freeze up, try to figure out why. Is the browser using a lot of memory, a lot of CPU, etc? More than likely, you will need to render 100 rows or so, then implementation some sort of pagination feature.
I'm closing this issue for now, but please feel free to post back here.
is this a template engine problem or meteor render issue ?
use meteor.ui.render with meteor.ui.listChunk