MoriTanosuke/FitbitAnalyzr

Add pagination for all tables.

Closed this issue · 1 comments

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.

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