Issues with sorting using the orthogonal approach

Issues with sorting using the orthogonal approach

MikezMikez Posts: 2Questions: 1Answers: 0

Hi,

I am having some trouble with sorting a table that has been created using the orthogonal approach.

Example:
"mycol": {
"value": 0,
"display": "0.0%"
}
...
{
"title": "mycoltitle",
"render": {
"type": "value",
"sort": "value",
"_": "display"
},
"data": "mycol"
}

I tried to change the type in the render JSON to 'num-fmt' and 'num-fmt-html', however, every time my page loads I receive the error: https://datatables.net/manual/tech-notes/4 . The data is correct and once the error goes away the table renders and operates correctly. Does anyone know why this may be?

Thanks!

Answers

  • MikezMikez Posts: 2Questions: 1Answers: 0

    Nevermind - it was an issue with invalid data my side!

This discussion has been closed.