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

(-)a/koha-tmpl/intranet-tmpl/prog/js/vue/components/KohaTable.vue (-2 / +4 lines)
Lines 42-48 export default { Link Here
42
                processing: true,
42
                processing: true,
43
                ajax: {
43
                ajax: {
44
                    url: typeof this.url === "function" ? this.url() : this.url,
44
                    url: typeof this.url === "function" ? this.url() : this.url,
45
                    ..._dt_default_ajax({ options: this.options }),
45
                    ..._dt_default_ajax({
46
                        options: this.options,
47
                        default_filters: this.default_filters,
48
                    }),
46
                },
49
                },
47
                buttons,
50
                buttons,
48
                search: { search: this.$route.query.q },
51
                search: { search: this.$route.query.q },
49
- 

Return to bug 33066