Sorting list on SeverSide after sorting in clientSide

Sorting list on SeverSide after sorting in clientSide

ajinkyakpajinkyakp Posts: 5Questions: 0Answers: 0
edited March 2013 in General
Hello,
I have a simple jquery datable .In one go i send across all the data onto client.The list is stored in session.

What i need to achieve is when user sorts particular column then the list in session needs to be sorted as well.

Would it be possible to do ?

If yes how ?


Thanks in Advance !

Replies

  • allanallan Posts: 63,523Questions: 1Answers: 10,473 Site admin
    You need to make an Ajax request to the server to tell it to sort. This is not something DataTables core will do.

    Allan
This discussion has been closed.