fnDraw(false) not work
fnDraw(false) not work
robertino_salemi
Posts: 13Questions: 0Answers: 0
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
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
This discussion has been closed.
Replies