Hi,
I am using a table sorter plugin to sort a table generated dynamically.Some time it is working fine and sometime not .I have mainly following issues:
1-Same time I am not able to sort ascending and descending order for same column.Means if I sort column 1 in ascending order then I am not able to sort it in descending order unless I sort
column in .After sorting column 2 then I am able to sort column 1 in descending order.
2-if no rows r present then it is showing error " type is undefined".
But issue no 1 is occurring only when table has odd no of rows.Although previous rows after updates are not visible in web page,But they are remaining in table which can be seen by developer tool.Need your suggestion.
Thanks in advance.