Is it possible to set "serverSide" : true just for one column ?

Is it possible to set "serverSide" : true just for one column ?

niklavsniklavs Posts: 1Questions: 1Answers: 0
edited February 2016 in Free community support

Hello !
Is it possible to make server side ordering just for one column, or for all columns except one ?

This question has an accepted answers - jump to answer

Answers

  • glendersonglenderson Posts: 231Questions: 11Answers: 29
    Answer ✓

    No, you cannot do that. When serverSide is selected, dataTable acts are a GUI interface only, all the processing (pulling / querying) of data takes place "server side" based upon the queries and conditions that you craft.

This discussion has been closed.