MoriTanosuke / FitbitAnalyzr

Simple application that lets you analyze your logged data on http://fitbit.com
http://fitbitanalyzr.herokuapp.com/
2 stars 0 forks source link

Add pagination for all tables. #19

Closed MoriTanosuke closed 12 years ago

MoriTanosuke commented 12 years ago

The tables get really huge for large imports and pagination should be added. Maybe with javascript, or with hard page reloads. Dynamic would be preferable.

MoriTanosuke commented 12 years ago

Already added. _willpaginate does the job without big changes to controllers or views.