1
0
mirror of https://github.com/DataTables/DataTables.git synced 2024-11-29 11:24:10 +01:00

Workaround for dom text sorting

This commit is contained in:
Allan Jardine 2014-08-06 11:21:27 +01:00
parent 3978684f44
commit e3a1d7b9a5
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
f6e730f2b706757903caa10f562e4c85d3a28b53 77b2cffc72bfb5b3fb1c73d131827bc31d0e1183

View File

@ -57,7 +57,7 @@ $(document).ready(function() {
"columns": [ "columns": [
null, null,
{ "orderDataType": "dom-text-numeric" }, { "orderDataType": "dom-text-numeric" },
{ "orderDataType": "dom-text" }, { "orderDataType": "dom-text", type: 'string' },
{ "orderDataType": "dom-select" } { "orderDataType": "dom-select" }
] ]
} ); } );
@ -1688,7 +1688,7 @@ $(document).ready(function() {
"columns": [ "columns": [
null, null,
{ "orderDataType": "dom-text-numeric" }, { "orderDataType": "dom-text-numeric" },
{ "orderDataType": "dom-text" }, { "orderDataType": "dom-text", type: 'string' },
{ "orderDataType": "dom-select" } { "orderDataType": "dom-select" }
] ]
} ); } );