Numerically sort number and rank columns only
This commit is contained in:
@@ -149,7 +149,7 @@ function viewport() {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"aoColumnDefs": [
|
"aoColumnDefs": [
|
||||||
{ "sType": "numeric", "aTargets": [ 0 ] },
|
{ "sType": "numeric", "aTargets": [ ".data-number", ".data-rank" ] },
|
||||||
]
|
]
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user