Sorting mixed data like numbers, html
-
Hi
I spent almost a day trying to fix this issue with some little success.
I have a table here and I’d like to sort the last table.I used
"aoColumnDefs": [{ "sType": "num-html", "aTargets": [7] }]
in the table’s “Custom Commands” field, and it works only if I remove all the “Unlimited” text but let there the tooltip Html code. If I put back “Unlimited”text sorting stops(I trid to insert in div, span etc. but none worked)As I see I don’t have other choice but use the title-numeric sorting (which looks very promising)
"aoColumnDefs": [{ "sType": "title-numeric", "aTargets": [7] }]
but as I see this code is not yet implemented in any of those plugins/extension.Let me know if somebody can help me with implementing this title-numeric sorting. here are the details. Or maybe there migh be other solutions.
Thanks
- The topic ‘Sorting mixed data like numbers, html’ is closed to new replies.