osuosl / timesync-frontend-flask

Flask front-end client for TimeSync
Other
0 stars 2 forks source link

Use Materialize's built-in pagination #171

Open aaroncohen73 opened 7 years ago

aaroncohen73 commented 7 years ago

Currently we use a jQuery extension called simplePagination.js to handle table pagination. However, this doesn't play very nicely with Materialize, which is our material design framework. We should replace simplePagination.js with Materialize's pagination

http://materializecss.com/pagination.html