Hide alerts from datatable
Hide alerts from datatable
I am getting some unwanted alert messages from my datatable. It does not seem to cause any issue on the control though so I just want to hide or prevent this alert from showing to the user. The message is cannot reinitialise datatable (I am not trying to reinitialise the datatable and this alert only comes up on ie8). Is there some way to do this?
This discussion has been closed.
Replies
Allan
Allan
In my snippet it triggers after cell update.
Thank you for your post, i use jeditable (editable function) in conjunction with jquery.dataTables.editable (makeeditable function)
After your suggestion, at the end of my PHP script i put "echo $_REQUEST['value'];"
This is the only output.
The problem remain, at client side i see cell (innerHTML) value in alert message.
I've also tried "bRetrieve" property but everything remain the same.
Any ideas ?
J
All works fine and alert message is disappeared!
As you said (fbas), i've modified my server side script to echo the value back.
Thank you
J