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

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
This discussion has been closed.
Answers
It should be possible to define a global search parameter using
search.search
and for column search usingsearchCols
.Allan