diff --git a/.datatables-commit-sync b/.datatables-commit-sync index 1eaf54dc..f72caa8b 100644 --- a/.datatables-commit-sync +++ b/.datatables-commit-sync @@ -1 +1 @@ -986ac570ba5ebda7a8dc7ee983ef927a4fccbd5d +a6ba26cc32db737bea178fac2a23d2ea2f7923af diff --git a/media/js/jquery.dataTables.js b/media/js/jquery.dataTables.js index 8820f954..0558a543 100644 --- a/media/js/jquery.dataTables.js +++ b/media/js/jquery.dataTables.js @@ -5398,7 +5398,7 @@ api.row( src ).data(); } - return api.data().toArray(); + return api.data().flatten().toArray(); }; @@ -5426,7 +5426,7 @@ return iRow !== undefined ? api.row( iRow ).node() : - api.rows().nodes().toArray(); + api.rows().nodes().flatten().toArray(); };