Local vs server side sorting

Local vs server side sorting

AllanCochraneAllanCochrane Posts: 41Questions: 1Answers: 2
edited September 2012 in General
Hi,

does anyone know how to change from server side sorting to local sorting if and only if the entire data set has been loaded via Ajax and now resides on the client?

Thanks,

Allan

Replies

  • allanallan Posts: 63,534Questions: 1Answers: 10,475 Site admin
    Its not something that can be changed after initialisation - only when you create the DataTable object can you tell it if you want client-side or server-side processing.

    Allan
This discussion has been closed.