Can I use ajax to fetch data but sort them on client side ?

Can I use ajax to fetch data but sort them on client side ?

Leo_LILeo_LI Posts: 1Questions: 1Answers: 0
edited January 2016 in Free community support

A special use case:
I have a table for showing records to user, each user has about 200-22000 records. So I use ajax to fetch data, and it works great. Every function looks good, listing, sorting, searching. I really appreciate this excellent library, you guys are great!
But now, my boss told me to sort the table on client side if there is only one page (ex: there are 2000 records, but after adding condition in search, there will be only 5 lines in the table).

I haven't find an option can do the things like that, I don't even know whether it is possible.

Anyone get an idea?

Thank you.

This discussion has been closed.