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

(-)a/koha-tmpl/intranet-tmpl/prog/js/vue/components/KohaTable.vue (-1 / +1 lines)
Lines 40-45 export default { Link Here
40
                searching: true,
40
                searching: true,
41
                pagingType: "full_numbers",
41
                pagingType: "full_numbers",
42
                processing: true,
42
                processing: true,
43
                autoWidth: false,
43
                ajax: {
44
                ajax: {
44
                    url: typeof this.url === "function" ? this.url() : this.url,
45
                    url: typeof this.url === "function" ? this.url() : this.url,
45
                    ..._dt_default_ajax({
46
                    ..._dt_default_ajax({
46
- 

Return to bug 33066