Sort numeric value in hyper links
Sort numeric value in hyper links
vivekmyself
Posts: 16Questions: 0Answers: 0
Hi
I am using datatable, The sorting is not happen properly inside a link. If it is text it works fine but if it is in numeric value it doesn't sort properly
example
inside TD
1234
3547
123
12345
2340
it should sort like
123
1234
2340
3547
12345
but its sorting as below which is wrong. How to sort this properly
123
1234
12345
2340
3547
I am using datatable, The sorting is not happen properly inside a link. If it is text it works fine but if it is in numeric value it doesn't sort properly
example
inside TD
1234
3547
123
12345
2340
it should sort like
123
1234
2340
3547
12345
but its sorting as below which is wrong. How to sort this properly
123
1234
12345
2340
3547
This discussion has been closed.
Replies