diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index bf6d9053..f81bac5e 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -9,10 +9,8 @@ MISC ITEMS THAT CAME UP LISTVIEW REPLACE CURRENT <----HERE not THERE ---v (below this is all past for reference) - Update datatable to send to server sort changes - - update client to adapt ui to returned columnview - + Sort done for normal wide table view however mobile view is *not* using datatable it's using dataiterator so next is: + Convert mobile view to datatable, hopefully figure out whatever made me do it that way and fix it ....... diff --git a/ayanova/src/components/data-table.vue b/ayanova/src/components/data-table.vue index 000d620f..307e7ad9 100644 --- a/ayanova/src/components/data-table.vue +++ b/ayanova/src/components/data-table.vue @@ -2,8 +2,8 @@
- {{ dataTablePagingOptions }} - {{ headers }} +