Is it possible to edit columns that are not shown in the datatable?
Is it possible to edit columns that are not shown in the datatable?
First of all, thank you a lot for this magic tool! Saves so much time and is so efficient!!
Now to my question..
I am using the editor plugin, but I want to edit columns that are not displayed on the DataTable. Is that possible? Like the table in the Database has 10 columns, and I am loading just 5 columns from the Database on the DataTable with the Editor. Can I create my own edit button, which opens a pop-up window when clicking on it, displaying multiple fields to update (edit).. Multiple fields: The ones displayed on the Database and additional ones, not displayed there, but existing on the Database-Table that we are retrieving data from.. Of course the fields would be pre-filled with the actual values. (like the Edit-Pop-up in the base editor)
PS: I already created a custom (external) create button, with many fields that are not displayed on the datatable, and its working fine, with my own php.
Thank you in advance
This question has an accepted answers - jump to answer
Answers
Yes - example available here.
Allan
thanks Allan! Works perfect!!