Columns with ajax data and orderDataType?

Columns with ajax data and orderDataType?

stillzero2012stillzero2012 Posts: 2Questions: 0Answers: 0
edited April 2014 in DataTables 1.10
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

Replies

  • allanallan Posts: 61,716Questions: 1Answers: 10,108 Site admin
    Should do yes. Can you link me to a test case using Ajax that shows the issue?

    Allan
  • stillzero2012stillzero2012 Posts: 2Questions: 0Answers: 0
    Sorry I am beginner to using this framework. Please help.
    http://jsfiddle.net/stillzero2012/xTar6/4/
This discussion has been closed.