I have an Ember Data module which loads items in the database to render it in View as a table. Is there a way to convert this table to pagination i.e. view 15 items in each page and control buttons to jump between pages?
Asked
Active
Viewed 148 times
0
-
This might helps , http://stackoverflow.com/questions/13008838/ember-pagination-full-example – Bachan-user3143666 Jan 23 '14 at 11:10
-
Looks like a good guide! Will give it a shot :) Thanks! – Odin Jan 23 '14 at 12:10