[close] Server-side processing mode causes data refresh on each column sort

[close] Server-side processing mode causes data refresh on each column sort

heriquetheriquet Posts: 4Questions: 0Answers: 0
edited August 2014 in Free community support

Hi,

For a project, I decided for performance reason to rewrite some parts and load table data no more inside the table body, but on tab click through ajax request.

Everything was fine 'til I tried to sort simply by clicking on a column. I noticed that each time I would like to sort data, it was sending a query to the server. And more, data is displayed like in my result, not more following column sort, even if I can understand that.

I know in some cases this should be usefull, but in my case, I'm loading lists up to 200 row, so I take all the data and then I don't need more.

Is it possible to disable this auto refresh?

Thanks,

Eric

Replies

  • heriquetheriquet Posts: 4Questions: 0Answers: 0

    Ok... sorry for that question... Answer by myself: "serverSide": false,

    That plugin is really one of the greatest jquery plugins you can find!

    Thanks Allan!

This discussion has been closed.