Editor form show form fields (With values for edit) which are not shown in the table
Editor form show form fields (With values for edit) which are not shown in the table
Hello
This might be a novice question but here it goes
I am using editor + Datatables to show a table with 5 columns .. values of which are generated by ajax call to my API.
This works perfectly well.
But now I Want to show the editor form with the above mentioned 5 fields + some additional fields...
For, new record entry this is working fine.. but for edits.. I want to be able to get the data of additional fields specific to
the selected row.
Please let me know how I can do that.. I am pretty sure this can be done.. but could not find any good example for it.
Thanking in advance.
This question has an accepted answers - jump to answer
Answers
Found the answer here
https://editor.datatables.net/examples/advanced/formOnlyData.html