jQuery DataTables Editable AddForm dialog error
jQuery DataTables Editable AddForm dialog error
MPeter1975
Posts: 31Questions: 0Answers: 0
Hi,
I managed to create a nicely formatted table with DataTables 1.9. I used jQuery DataTables Editable to make this table editable. I could do the update and delete function but I had problem with the add function. First, the AddForm dialog didn't appear and the log said that the opendialog function was not a function. When I downloaded the jquery-ui from its site the dialog appeared but neither the Ok nor the Cancel button worked. The log said the same error.
I looked into the sources and I realized that jQuery DataTables Editable built on jquery 1.4 and DataTables 1.7.x. Should it be a problem? Can somebody tell me what to include as javascript and css to use DataTables 1.9 and be able to edit/delete/add data in the table?
Thanks for helping.
I managed to create a nicely formatted table with DataTables 1.9. I used jQuery DataTables Editable to make this table editable. I could do the update and delete function but I had problem with the add function. First, the AddForm dialog didn't appear and the log said that the opendialog function was not a function. When I downloaded the jquery-ui from its site the dialog appeared but neither the Ok nor the Cancel button worked. The log said the same error.
I looked into the sources and I realized that jQuery DataTables Editable built on jquery 1.4 and DataTables 1.7.x. Should it be a problem? Can somebody tell me what to include as javascript and css to use DataTables 1.9 and be able to edit/delete/add data in the table?
Thanks for helping.
This discussion has been closed.