Thanks. That error link really helped. That was the issue. I purchased the Editor, and the nightly links weren't working and needed local links.
Thanks again. The test is working now. I just have to get the mySql writes working and the hidden columns and defaults.
I was able to get the Editor working with the internal table. But once I put in the PHP code for the Table, I get the TABLE working (although the entries per page is missing), But I'm getting the following error when I click on a field to edit.
"Uncaught Unable to find row identifier For more information, please refer to https://datatables.net/tn/14
m.error @ dataTables.editor.min.js:70 (anonymous) @ dataTables.editor.min.js:112 each @ jquery.dataTables.js:6991 h @ dataTables.editor.min.js:112 (anonymous) @ dataTables.editor.min.js:113 each @ jquery.dataTables.js:6991 p @ dataTables.editor.min.js:113 individual @ dataTables.editor.min.js:114 m._dataSource @ dataTables.editor.min.js:86 m.inline @ dataTables.editor.min.js:59 (anonymous) @ Test.php:93 dispatch @ jquery-1.11.3.min.js:4 r.handle @ jquery-1.11.3.min.js:4"
Here is the code ... of course it doesn't work because of the PHP and databases.
http://live.datatables.net/zoderigi/1/edit?html,js
Please disregard last post, I have been working on it all day and I found my issue.
I needed to add in:
echo '<tr class="odd", id = "'.$row2["multi_web_id"].'">
This appears to allow me to edit now ... but it doesn't appear to be saving yet.
Am I missing something on how to save to the database?
Thanks
Replies
Thanks. That error link really helped. That was the issue. I purchased the Editor, and the nightly links weren't working and needed local links.
Thanks again. The test is working now. I just have to get the mySql writes working and the hidden columns and defaults.
I was able to get the Editor working with the internal table. But once I put in the PHP code for the Table, I get the TABLE working (although the entries per page is missing), But I'm getting the following error when I click on a field to edit.
"Uncaught Unable to find row identifier For more information, please refer to https://datatables.net/tn/14
m.error @ dataTables.editor.min.js:70
(anonymous) @ dataTables.editor.min.js:112
each @ jquery.dataTables.js:6991
h @ dataTables.editor.min.js:112
(anonymous) @ dataTables.editor.min.js:113
each @ jquery.dataTables.js:6991
p @ dataTables.editor.min.js:113
individual @ dataTables.editor.min.js:114
m._dataSource @ dataTables.editor.min.js:86
m.inline @ dataTables.editor.min.js:59
(anonymous) @ Test.php:93
dispatch @ jquery-1.11.3.min.js:4
r.handle @ jquery-1.11.3.min.js:4"
Here is the code ... of course it doesn't work because of the PHP and databases.
http://live.datatables.net/zoderigi/1/edit?html,js
Please disregard last post, I have been working on it all day and I found my issue.
I needed to add in:
echo '<tr class="odd", id = "'.$row2["multi_web_id"].'">
This appears to allow me to edit now ... but it doesn't appear to be saving yet.
Am I missing something on how to save to the database?
Thanks