Not able to sort the column with anchored Numbers in table
Not able to sort the column with anchored Numbers in table
I'm not able to sort the column with anchored Numbers in table i.e, Numbers with links (href) enabled to sort.
I'm receiving the data as string.
Even if i use sType="html" ,again ill get the string where sorting fails for numbers(as its a string).
Can anybody suggest me how to use both sType="html" & sType="numeric" for the same column to acheive the functionality.
My data looks like this in column:
[code]
12345
[/code]
Here 12345 is also coming as string.
I'm receiving the data as string.
Even if i use sType="html" ,again ill get the string where sorting fails for numbers(as its a string).
Can anybody suggest me how to use both sType="html" & sType="numeric" for the same column to acheive the functionality.
My data looks like this in column:
[code]
12345
[/code]
Here 12345 is also coming as string.
This discussion has been closed.
Replies
Regards,
Allan