aboutsummaryrefslogtreecommitdiff
path: root/ihatemoney/static/js/datatables.min.js
AgeCommit message (Collapse)AuthorFilesLines
2020-03-06Bmatticus/feature/112 dashboard sorting (#538)bmatt1-0/+194
* Added DataTables for table sorting, pagination, and searching of bill_table for dashboard. Issue #112 * Moved datatables CSS/JS to dashboard to reduce loaded data throughout * Moved link back to proper place, in head tab, but added if to prevent loading CSS/JS for datatables outside of the dashboard. Also added eye icon to drill into list_billa API to be more consistent with the look and feel of the overall site. Co-authored-by: bmatt <bmatt@nuc01.attlocal.net>