[AngularJS] Re: Search filter is too slow in angularjs with large dataset

2017-11-10 Thread Sander Elias
Hi Suhas, Aside from the answer, Zlatko provided, add an index-by, that will speed up things. Also look into using one-time bindings . For the calculation of the pagination, you need to create an

[AngularJS] Re: Search filter is too slow in angularjs with large dataset

2017-11-08 Thread Zlatko Đurić
Hi, On Wednesday, November 8, 2017 at 5:51:39 AM UTC+1, Suhas Pansare wrote: > > I have AngularJs client application which displays data in table using > dir-paginate directive of dirPagination.js > > current-page="vm.current_page"> > > Here is the search input > > > > > > I think something