How to sort table column with large integers like "1526736383937393737937373" ?
How to sort table column with large integers like "1526736383937393737937373" ?
tay_soufiane
Posts: 1Questions: 1Answers: 0
I happen to have an html table wich I need to sort by a column filled with very large integers ,
Any suggestions ?
Thank you
This discussion has been closed.
Answers
You might find [this article useful](I need to open a new editing window for each selected row.). Basically you would need to combine a library such as strint with a custom sorting plug-in.
If you have a chance to do that, I'm sure others would appreciate if you could post it here. If you don't, I'll take a look as I think others will find it useful.
Allan