sType html
sType html
Hi, I was specifying sorts on columns with sTypes of numeric, ip-address and currency. The plugins for ip and currency worked fine.
Later, I had to wrap the data in HTML and the sorts don't work correctly. If I change the sType to html, the sort still won't sort correctly because the default behavior is to sort like a string (and not numeric, ip, or currency).
Is there a way to specify that the column should be stripped of HTML and then sorted by the sType?
Thanks
Later, I had to wrap the data in HTML and the sorts don't work correctly. If I change the sType to html, the sort still won't sort correctly because the default behavior is to sort like a string (and not numeric, ip, or currency).
Is there a way to specify that the column should be stripped of HTML and then sorted by the sType?
Thanks
This discussion has been closed.
Replies
Regards,
Allan
[code]
formatted_searchable_stringDisplayed String
[/code]
Christian