I have a datatable, which is based on data like this:
{id: 1, plant_id: 44, notes: ‘some notes about product’}
Now I would like to lookup the value of plant_id in another datasource, and instead of displaying ‘44’ in my datatable. I would display the name of the plant_id.
Works perfectly - reading the docs I was sure that options: only worked together with some form of editor.
I do however have some trouble getting the data to provide into options: via ajax. Not the ajax-call itself, but getting the data from there into the datatable.