Converting ODataModel into JSON Model
问题 Because of problems with reading all lines of a UI5 common table and the getModel() method from table offers a model. I thought I could use a JSONModel instead of my ODataModel, the problem now is how to get the ODataModel to the JSONModel. Because JSON offers some Two Way Binding options which should be helpful. I tried to read some set and bind it to the JSONModel, the problem is that I couldn't bind the new model two the view because it doesn't offer some set. Here is a snippet of my code.