fnAddTable() doesn't modify DOM
fnAddTable() doesn't modify DOM
Hi,
After lots of search and try, i bring myself to ask for help.
I want to add a row to a dataTable from a js file included in a php file.
fnAddData is correctly executed (return the correct index) but the DOM isn't modified..
Below the js file with fnAddData at line 76 :
http://pastebin.com/9mSshvg4
And the php file :
http://pastebin.com/r6VRdS2c
I specify the php file is included in an other php file.
Thanks for your help
After lots of search and try, i bring myself to ask for help.
I want to add a row to a dataTable from a js file included in a php file.
fnAddData is correctly executed (return the correct index) but the DOM isn't modified..
Below the js file with fnAddData at line 76 :
http://pastebin.com/9mSshvg4
And the php file :
http://pastebin.com/r6VRdS2c
I specify the php file is included in an other php file.
Thanks for your help
This discussion has been closed.
Replies