Re: [BangPypers] Django pagination

2015-02-16 Thread Numaan Ashraf
Hi Shashidhar, You can explore hooking up pagination on the django rest framework side and modify the factory/service calls on the angular side to fetch the pa

Re: [BangPypers] Django pagination

2015-02-16 Thread Shashidhar Paragonda
Hello @Numan Ashraf, yes I am using django_rest_framework to handle the REST, I was trying with Angular JS < ng-repeat > http://stackoverflow.com/questions/10816073/how-to-do-paging-in-angularjs @Ramdas, @Ragsagar, I'll django-endless-pagination. I was thinking using Angular js pagination was o

Re: [BangPypers] Django pagination

2015-02-16 Thread Numaan Ashraf
Are you using any frameworks to handle the REST backend like tastypie or django-rest-framework? On Mon, Feb 16, 2015 at 6:44 PM, Ramdas S wrote: > Would recommend Django Endless Pagination. It has a Jquery plugin > which can easily be extended > > On Mon, Feb 16, 2015 at 4:44 PM, ragsagar wrote

Re: [BangPypers] Django pagination

2015-02-16 Thread Ramdas S
Would recommend Django Endless Pagination. It has a Jquery plugin which can easily be extended On Mon, Feb 16, 2015 at 4:44 PM, ragsagar wrote: > On Mon, Feb 16, 2015 at 11:26 AM, Gora Mohanty wrote: > >> On 16 February 2015 at 12:42, Shashidhar Paragonda >> wrote: >> > hello hackers, >> > >> >

Re: [BangPypers] Django pagination

2015-02-16 Thread ragsagar
On Mon, Feb 16, 2015 at 11:26 AM, Gora Mohanty wrote: > On 16 February 2015 at 12:42, Shashidhar Paragonda > wrote: > > hello hackers, > > > > I need help on implementing pagination for Restful responses in django, > > front hand I am using angular js. > > Basically I get customer details from r

Re: [BangPypers] Django pagination

2015-02-15 Thread Gora Mohanty
On 16 February 2015 at 12:42, Shashidhar Paragonda wrote: > hello hackers, > > I need help on implementing pagination for Restful responses in django, > front hand I am using angular js. > Basically I get customer details from rest request and I need to divide > then by 25 per page with pagination

[BangPypers] Django pagination

2015-02-15 Thread Shashidhar Paragonda
hello hackers, I need help on implementing pagination for Restful responses in django, front hand I am using angular js. Basically I get customer details from rest request and I need to divide then by 25 per page with pagination how can I achieve this. No Db involved here. -- --