Koha/koha-tmpl/intranet-tmpl/prog/js/vue
Jonathan Druart 5799f4bed2
Bug 33973: Restore sorting on Vue tables
Regression from the KohaTable Vue component added by bug 33066.

_dt_default_ajax expects options.columns to contain the columns.

Test plan:
Add some agreements, go the the agreement list view and confirm that you
can now sort the agreements using the header columns.

Note that the CSS is not correct yet. My understanding is that the
DataTable Vue component keep the 'sorting' class on the th which display
the grey up/down icon over the blue icon which indicate the current sort
column.

Signed-off-by: Pedro Amorim <pedro.amorim@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit 7990f3e741)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
2023-07-17 14:42:08 +01:00
..
components Bug 33973: Restore sorting on Vue tables 2023-07-17 14:42:08 +01:00
composables Bug 33625: Pretty .js files for vue 2023-05-16 11:38:04 +02:00
fetch Bug 33625: Pretty .js files for vue 2023-05-16 11:38:04 +02:00
modules Bug 33625: Pretty .js files for vue 2023-05-16 11:38:04 +02:00
routes Bug 32932: Update router to use object references - agreements 2023-06-09 12:04:55 -03:00
stores Bug 33625: Pretty .js files for vue 2023-05-16 11:38:04 +02:00
messages.js Bug 33625: Pretty .js files for vue 2023-05-16 11:38:04 +02:00
vue-shims.d.ts