From 4caaf77caf65e4404b29a874eec97faea3916ab0 Mon Sep 17 00:00:00 2001 From: dtbuild Date: Mon, 14 Oct 2024 15:51:03 +0000 Subject: [PATCH] 6a96aa54cfbf2efbe12971426581eacfa9d9be6e Fix: Sizing of columns when scrolling is enabled Need to set a min-width so the columns widths don't collapse down. This is a continuation of https://github.com/DataTables/DataTablesSrc/commit/fdc8a7fe754ee1d45685dfa9382355a8f34bf111#diff-3ef3d2eb10c8d1c4610fb67d6ae25612f3b94e564a217f4f8cae634eb17731b4R165 and https://github.com/DataTables/DataTablesSrc/commit/3c4df03c5e03c4c743fb5bdf0067ab3462a723e4 . None have yet covered all bases. This appears to work okay for the testing done locally so far. Deploying to nightly for test Sync to source repo @6a96aa54cfbf2efbe12971426581eacfa9d9be6e --- datatables.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datatables.json b/datatables.json index 4ebd686..f0fa40a 100644 --- a/datatables.json +++ b/datatables.json @@ -14,5 +14,5 @@ ], "src-repo": "http://github.com/DataTables/DataTablesSrc", "last-tag": "2.1.8", - "last-sync": "265edd904b29f61d432da3b1f593b57773601083" + "last-sync": "6a96aa54cfbf2efbe12971426581eacfa9d9be6e" } \ No newline at end of file