diff --git a/.datatables-commit-sync b/.datatables-commit-sync index 7ff05bd6..9df70318 100644 --- a/.datatables-commit-sync +++ b/.datatables-commit-sync @@ -1 +1 @@ -2380313b30b913d6909d88166fc77746a019e717 +0bc427ba863a2bd355b59629bd82281cc81e4d28 diff --git a/media/js/jquery.dataTables.js b/media/js/jquery.dataTables.js index 5adb80c9..5b064708 100644 --- a/media/js/jquery.dataTables.js +++ b/media/js/jquery.dataTables.js @@ -5395,7 +5395,7 @@ return col !== undefined || type == 'td' || type == 'th' ? api.cell( src, col ).data() : - api.row( src ).data(); + api.row( src ).data() || null; } return api.data().flatten().toArray();