@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/js/vue/components/KohaTable.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/KohaTable.vue +++ a/koha-tmpl/intranet-tmpl/prog/js/vue/components/KohaTable.vue @@ -44,7 +44,7 @@ export default { ajax: { url: typeof this.url === "function" ? this.url() : this.url, ..._dt_default_ajax({ - options: this.options, + options: { ...this.options, columns: this.columns }, default_filters: this.default_filters, }), }, --