plamere / SortYourMusic

A web app that sorts your playlists by a wide range of Echo Nest parameters
419 stars 81 forks source link

getSortedUrisFromTable: DataTables rows order issue #3

Closed sonneveld closed 9 years ago

sonneveld commented 9 years ago

DataTables.rows() seems to return unordered data for large tables. Use rows().data() which does seem to have the correct order.