fnDraw(false) not work

fnDraw(false) not work

robertino_salemirobertino_salemi Posts: 13Questions: 0Answers: 0
edited March 2014 in General
Hi Allan,
thanks for your work.

I have a problem with function fnDraw.
I have integrated your DataTables with DataTables.editable, so i wrote:

[code]
fnOnNewRowPosted: function (data) {
if (data.indexOf("Error", 0) == 0) {
oTable.fnDraw(false);
return false;
}
else {
return true;
}
}
[/code]

So i want disable the refresh or show the new value if it's already exist.

Thanks

Replies

This discussion has been closed.