Columns with ajax data and orderDataType?
Columns with ajax data and orderDataType?
stillzero2012
Posts: 2Questions: 0Answers: 0
Do columns support ajax data with other api like "orderDataType" ?
e.g.
"columns": [
null,
{ "orderDataType": "dom-text", "type": "numeric" },
{ "orderDataType": "dom-text" },
{ "data": "username", "orderDataType": "dom-select" }
]
It doesn't work in the examples even the ext function is added.
Ref: http://next.datatables.net/examples/plug-ins/dom_sort.html
e.g.
"columns": [
null,
{ "orderDataType": "dom-text", "type": "numeric" },
{ "orderDataType": "dom-text" },
{ "data": "username", "orderDataType": "dom-select" }
]
It doesn't work in the examples even the ext function is added.
Ref: http://next.datatables.net/examples/plug-ins/dom_sort.html
This discussion has been closed.
Replies
Allan
http://jsfiddle.net/stillzero2012/xTar6/4/