Don't draw on create
Don't draw on create
matshofman
Posts: 3Questions: 0Answers: 0
Hi,
I have the problem that when I declare my datatable it instantly draws itself but I want it to wait until I call fnDraw() myself.
Is there a way to do that?
I have the problem that when I declare my datatable it instantly draws itself but I want it to wait until I call fnDraw() myself.
Is there a way to do that?
This discussion has been closed.
Replies
Allan
Solved it, used an if statement in the
"fnServerData": function (sSource, aoData, fnCallback) { ... }