diff --git a/.datatables-commit-sync b/.datatables-commit-sync index 7a114d0b..fbe4f445 100644 --- a/.datatables-commit-sync +++ b/.datatables-commit-sync @@ -1 +1 @@ -824641df1d8396a88c495ed258915287046c1c55 +caffdb49eec87db2e3c1999eaec6736257b8f6b5 diff --git a/media/js/jquery.dataTables.js b/media/js/jquery.dataTables.js index 407463a5..9a319dc0 100644 --- a/media/js/jquery.dataTables.js +++ b/media/js/jquery.dataTables.js @@ -6756,7 +6756,9 @@ // Value obj[ struct.name ] = typeof struct.val === 'function' ? methodScoping( struct.val, struct ) : - struct.val; + $.isPlainObject( struct.val ) ? + {} : + struct.val; obj[ struct.name ].__dt_wrapper = true;