response.listViewProperties is always empty in list.controller.js
I am using Ui-O-Matic 2.0.3.
I have created one Model named same as my SQL table.
list.html uses Properties to display list of records. And that Properties always filled from response.listViewProperties in list.controller.js as below.
But the problem is response.listViewProperties always comes with empty array. What should I do to get filled Array from table?
I am getting records in response.editableProperties, but I don't want editable records. Please help me to resolve this error as I have to complete my task as soon as possible.
response.listViewProperties is always empty in list.controller.js
I am using Ui-O-Matic 2.0.3. I have created one Model named same as my SQL table.
list.html uses Properties to display list of records. And that Properties always filled from response.listViewProperties in list.controller.js as below.
But the problem is response.listViewProperties always comes with empty array. What should I do to get filled Array from table?
I am getting records in response.editableProperties, but I don't want editable records. Please help me to resolve this error as I have to complete my task as soon as possible.
is working on a reply...