Sorting not working for particular column.
Sorting not working for particular column.
harsh5shetty
Posts: 6Questions: 5Answers: 0
for numerical values sorting is not happening,
eg: if id's are 6,51,3,49,22,76,101
am getting output as, 76,6,51,49,3,22,101 as decending and reverse as ascending.
i think its sorting only first digit.
for alphabetical its working fine(other columns) date also not working...date format is(11th Jun 14, 12 39 PM).
i didnot change anything in the .js files.
This discussion has been closed.