So i am using Brunch as a framework for the front end of a web application.
And what I am doing is drawing each row of a table as a view and then converting the table to datatables.
I need to have each row as a view for certain ui reasons.
However, performance slows down considerably after 1000 rows.
any ideas of how i can do some kind of clever pagination or defer drawing each row of the table until later or some other idea where i can still have each row of the table as a separate view.