Creating a parent/child datatable page
Creating a parent/child datatable page
nessinits
Posts: 86Questions: 27Answers: 0
Hi all,
I'm new at this and I'm trying to follow the blog about the parent/child datatable example.
I've altered the existing datatable, editor and .php, so that's setted up. Now I'm trying to simply make a logic change to the variable names and from now on it stopped working. just by making editor employeeeditor it stops. I can understand that these variables are used somewhere else in the code. But where?
Does anyone know how to help me?
Kind regards,
nessinits
This discussion has been closed.
Replies
We would need to see your code to understand the problem. Can you post a link to it or post it here for review?
Kevin
The HTML
All files have been generated by the datatable and editor generator, but have been slightly adjusted afterwards.
The php
The JS code showing the parent and child Datatables and Editor code is needed. I assume thats where you made the variable name change to
employeeeditor
.Also please describe specifically what the problem is.
Kevin
Thanks for thinking with me. I've solved the issue. I forgot to rename the new, edit and delete buttons to the same variable.