Folks,
Also, i created table using orderBy property for sorting and its working well, though i am facing issue where my Json is parsing Numbers as Strings, so instead of number sorting it does String sorting. Eg: if i have value of age as : age:"100",age:"9". age:"7". on doing Desc sorting, age : 9 comes first then 7 and then 100. Coz it does a string sorting, Any idea how to parse this into Number prior sorting. Any angular methods?
So, is TableSorter plugin the best bet to go now, since it has all the inbuilt properties ( hopefully if issues are resolved)?