Call DT constructor without loading data / load DT with predefined filter values

Call DT constructor without loading data / load DT with predefined filter values

daniel_rdaniel_r Posts: 460Questions: 4Answers: 67

Hi,

I want to prevent sending 2 ajax calls to the server in case that I need to show the table with pre filtered values,

How can it be done with the DT api?

Daniel.

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 63,791Questions: 1Answers: 10,511 Site admin
    Answer ✓

    It should be possible to define a global search parameter using search.search and for column search using searchCols.

    Allan

This discussion has been closed.