Hacker News new | ask | show | jobs
by andrewtbham 4230 days ago
I don't understand this. Were they using angular grid? Because I work on an app that has tables with ng-repeat attributes and it is insanely fast. It loads hundreds or thousands of rows into about 200 columns that are separated by tabs. The client side filter searches are instant.
1 comments

looks like they've used ng-include in each cell.