Filtering on JSON returned from server side

Filtering on JSON returned from server side

funandlearningfunandlearning Posts: 4Questions: 0Answers: 0
edited February 2014 in General
Hi,

I am using server side processing to display data in datattable. Is it possible to filter and sort on the JSON returned from server side instead of making ajax calls each time a search or sort is performed by the user?

Thanks.

Replies

  • allanallan Posts: 65,430Questions: 1Answers: 10,865 Site admin
    Sure - just disable server-side processing :-). You cannot have server-side processing enabled and do the processing client-side - that would defeat the whole reason for server-side processing!

    Allan
  • funandlearningfunandlearning Posts: 4Questions: 0Answers: 0
    Ok, when I say filter and sort, I meant using global filter and column sorting.
  • allanallan Posts: 65,430Questions: 1Answers: 10,865 Site admin
    That's what I had assumed you meant.

    Allan
This discussion has been closed.