From 239fb0eb5b46ddfaf9a72926b533faea7e250aca Mon Sep 17 00:00:00 2001 From: dtbuild Date: Thu, 22 Aug 2024 09:15:58 +0000 Subject: [PATCH] 424f4b49816899f53e79cd4b19711583d3f4ec97 Fix: API instances created with a large data set could cause an overflow error in Chrome. This was particularly evident in Buttons file exports. https://datatables.net/forums/discussion/79078 https://datatables.net/forums/discussion/79186 Sync to source repo @424f4b49816899f53e79cd4b19711583d3f4ec97 --- datatables.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datatables.json b/datatables.json index bf189e7..92ecc12 100644 --- a/datatables.json +++ b/datatables.json @@ -14,5 +14,5 @@ ], "src-repo": "http://github.com/DataTables/DataTablesSrc", "last-tag": "2.1.4", - "last-sync": "5b950ca5f428ed25491b662aaab12b8368cadc40" + "last-sync": "424f4b49816899f53e79cd4b19711583d3f4ec97" } \ No newline at end of file