Numerically sort number and rank columns only

This commit is contained in:
Brian Miyaji
2014-06-26 18:30:04 +10:00
parent 74c924f1a9
commit 7bea8db8f9

View File

@@ -149,7 +149,7 @@ function viewport() {
}
},
"aoColumnDefs": [
{ "sType": "numeric", "aTargets": [ 0 ] },
{ "sType": "numeric", "aTargets": [ ".data-number", ".data-rank" ] },
]
});
}