diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/KohaTable.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/KohaTable.vue index 88d4ca6182..6965576a99 100644 --- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/KohaTable.vue +++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/KohaTable.vue @@ -40,6 +40,7 @@ export default { searching: true, pagingType: "full_numbers", processing: true, + autoWidth: false, ajax: { url: typeof this.url === "function" ? this.url() : this.url, ..._dt_default_ajax({