Hi,
I do not have an example as I have not actually sure where to start in this process.
Using DataTables, I have now been able to pass data in the form of 2D arrays. The data is sourced from a database but not in the format where one table row designated one model instance. Rather each cell is a different model.
I can easily send the data as orthogonal data, where one layer would be the primary keys for each instance.
I have not however been able to find some examples or documentation where I can get editor to send back simply the value and primary key.
I suspect there is a function one could call to manually implement the POST process having been returned the data of the cell for which the editor was opened.
This would be in the context of inline editing.
Thank you for any help or assistance, it would be great
Best,
Max