From 6a7c95334415eeff0cfa50b62e9adb8691bacff4 Mon Sep 17 00:00:00 2001 From: Stephen Abello Date: Thu, 9 Dec 2021 11:13:43 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B04481=20Fix=20configure=20this=20list=20i?= =?UTF-8?q?n=20external=20key=20creating=20alerts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/base/components/datatable/layout.ready.js.twig | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/base/components/datatable/layout.ready.js.twig b/templates/base/components/datatable/layout.ready.js.twig index 0b15dc068..976303202 100644 --- a/templates/base/components/datatable/layout.ready.js.twig +++ b/templates/base/components/datatable/layout.ready.js.twig @@ -205,7 +205,6 @@ var oTable{{ sListIDForVarSuffix }} = $('#{{ oUIBlock.GetId() }}').DataTable({ } }, initComplete: function () { - this.api().columns.adjust().draw(); if (this.api().page.info().pages < 2) { this.closest('.dataTables_wrapper').find('.dataTables_length').hide();