Hi all, i have a question about some more advanced usage of DataTable. I have a more complicated model to show which is not 1:1 to the display values in the datatable. Some fields i’ m showing are the id – foreign key of the associated child model which have a name attribute with the actual value to be shown in the dominant model shown as datatable. Furthermore i want do be able to edit the id / value combination for some cells perhaps with the combobox or dropdownlist. In short terms the dominant model should retain the child id’s as its attribute value, but display the actual string containing the data, wit the possibility to retain sorting on that column by that string not by id.
Is that possible with DataTables? Im using Knockout.js and tried that with computed observables, with read/write but somehow the computedobservable gets broken after the cell update, it looses the observable definition and becomes normal primitive.