nick1n / nicholast.fm

Last.fm Stat Utility Web App
https://nicholast.fm
21 stars 1 forks source link

Add pagination to Artist and Track Recommendations' output #27

Closed nick1n closed 11 years ago

nick1n commented 11 years ago

Fuel UX's datagrid seems like it could work perfectly for this :smile: https://github.com/ExactTarget/fuelux http://exacttarget.github.com/fuelux/#datagrid

nick1n commented 11 years ago

Will need to add the following icons: chevron-down and chevron-up for sorting, chevron-right and chevron-left for pagination, and search and remove for filtering/searching

nick1n commented 11 years ago

Maybe use this datatable http://datatables.net/blog/Twitter_Bootstrap_2 https://github.com/DataTables

nick1n commented 11 years ago

First implementation for Track Recommendations with commit 85aa2fd960a2c2b81fdd397a35f38d460759bbee

nick1n commented 11 years ago

With commit b191bdece32becf99cb036b7365a6c726cf64b62 this issue is fully working, but I would like to somehow implement a datagrid for Monthly Top Tracks also.

nick1n commented 11 years ago

Added datagrids to Monthly Top Tracks with commit 9cd6bed16c19cfe9e27cdd3b6362b58ea55fd65e BUT in the process found a bug with sorting :-/