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.