fnAddTable() doesn't modify DOM

fnAddTable() doesn't modify DOM

canardmancanardman Posts: 5Questions: 0Answers: 0
edited March 2011 in General
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

Replies

  • canardmancanardman Posts: 5Questions: 0Answers: 0
    I solve the problem. I created some forms with innerHTML += blabla, now i use document.createElement('tag') and it's working.
This discussion has been closed.