problem sorting HTML column
problem sorting HTML column
raultaboraz
Posts: 6Questions: 0Answers: 0
Hi all,
I am trying to sort out a column, I tried some methods but I can't do it. If you see example I wish sort by 999 number. I have 5 columns and first one, is html plenty. The code I am using is
[code]
"aoColumns": [
{ "sType": "html" },
null,
null,
null,
null
],
[/code]
but it does not work... And the TD code of my table is:
[code]
999
[/code]
Please could you point to me to any solution? Thank you very much in advance
I am trying to sort out a column, I tried some methods but I can't do it. If you see example I wish sort by 999 number. I have 5 columns and first one, is html plenty. The code I am using is
[code]
"aoColumns": [
{ "sType": "html" },
null,
null,
null,
null
],
[/code]
but it does not work... And the TD code of my table is:
[code]
999
[/code]
Please could you point to me to any solution? Thank you very much in advance
This discussion has been closed.
Replies