I tried dirpagination to my cordova app and it works fine for a small amount of data.
but i will be loading a thousand of rows.. and its laggy.. im thinking of how can dirpagination handle the datas thru controller than in the dom so the ng repeat wont handle too many data.
any solutions for larger data will be appreciated.