Server side Processing and client side sorting & filtering

Server side Processing and client side sorting & filtering

GowthamrajGowthamraj Posts: 6Questions: 5Answers: 1

Hi , I am using Server side processing . If rows length is less than iTotalDisplayLength ,I need sorting and filtering on client side.
I tried "bServerSide = false" in that condition but not working. How can I achieve the client side sorting and filtering. Thanks

This question has an accepted answers - jump to answer

Answers

  • jrizzi1jrizzi1 Posts: 44Questions: 12Answers: 3
    Answer ✓

    I am pretty sure you cannot mix the two, if you are using server-side processing, you must also sort server-side

This discussion has been closed.