We are trying to find a solution for displaying 10k checkboxes in the Umbraco back office that rendered with ng-repeat. We've realized that angularJs are not able to perform more than 2500 items in ng-repeat with data-binding.
I'm thinking about rendering parts of the array during the user scrolls the page, or it will be too much for ng-repeat as well?
Any recommendations?
Possible solutions:
- Paging
- Infinite scrolling - I would like to do it, but now sure what plugin to use
Thanks,
Alex