mirror of
https://github.com/DataTables/DataTables.git
synced 2025-03-15 16:29:16 +01:00
Dev fix: ext.order
is an object not an array
Dev fix: `ext.order` wasn't being aliased back to afnSortData correctly
This commit is contained in:
parent
dc0fffa316
commit
e699f8b510
@ -1 +1 @@
|
||||
67966e5b14927fa57bd3aedf7bc9c1c724b909d3
|
||||
e36896eb799e0f3f1173ce3558bca8a8d222a08f
|
||||
|
4
media/js/jquery.dataTables.js
vendored
4
media/js/jquery.dataTables.js
vendored
@ -13122,7 +13122,7 @@
|
||||
* } );
|
||||
* }
|
||||
*/
|
||||
order: [],
|
||||
order: {},
|
||||
|
||||
|
||||
/**
|
||||
@ -13337,7 +13337,7 @@
|
||||
aTypes: _ext.type.detect,
|
||||
ofnSearch: _ext.type.search,
|
||||
oSort: _ext.type.order,
|
||||
afnSortData: _ext.sort,
|
||||
afnSortData: _ext.order,
|
||||
aoFeatures: _ext.feature,
|
||||
oApi: _ext.internal,
|
||||
oStdClasses: _ext.classes,
|
||||
|
Loading…
x
Reference in New Issue
Block a user