@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/js/vue/components/KohaTable.vue | 1 + 1 file changed, 1 insertion(+) --- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/KohaTable.vue +++ a/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({ --