TableTools with editor don't work (with PHP lib)
TableTools with editor don't work (with PHP lib)
Dimitri386
Posts: 5Questions: 3Answers: 0
Hello,
I use DataTables.editor with TableTools (with internationalisation) with the standard PHP library, i have the good columns, and the buttons are well translated, but :
- the edit button is not working
- the add button works, i have the good input forms, the values and inserted in the DB, but the windows rest on the screen... same with the delete button but the row is now deleted on the base, and the window stay on screen...
if someone can help me i'am so desperate :)
This discussion has been closed.
Answers
PS : i have two columns on my MYSQL table that i don't load (maybe the problem of the editing), and i give well the 'id' in the PHP library : Editor::inst( $db, 'mytable', 'id' )
Hi,
Are you able to link to the page so I can take a look and see what is going wrong please?
Thanks,
Allan
I found this morning...
i just make a mistake, writing table: "example", instead of table: "#example"...
thx u :)