View | Details | Raw Unified | Return to bug 33973
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/js/vue/components/KohaTable.vue (-2 / +1 lines)
Lines 44-50 export default { Link Here
44
                ajax: {
44
                ajax: {
45
                    url: typeof this.url === "function" ? this.url() : this.url,
45
                    url: typeof this.url === "function" ? this.url() : this.url,
46
                    ..._dt_default_ajax({
46
                    ..._dt_default_ajax({
47
                        options: this.options,
47
                        options: { ...this.options, columns: this.columns },
48
                        default_filters: this.default_filters,
48
                        default_filters: this.default_filters,
49
                    }),
49
                    }),
50
                },
50
                },
51
- 

Return to bug 33973