Bug 33066: Fix width after ColVis change

This fixes the width to 100%, otherwise it is not recalculated correctly

Signed-off-by: Pedro Amorim <pedro.amorim@ptfs-europe.com>

Signed-off-by: Agustín Moyano <agustinmoyano@theke.io>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit 5df53ba5a5)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
This commit is contained in:
Jonathan Druart 2023-03-07 16:46:48 +01:00 committed by Martin Renvoize
parent 7f7eb4c152
commit f375f1559b
Signed by: martin.renvoize
GPG key ID: 422B469130441A0F

View file

@ -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({