Hi Mingho,
you can set the count support as follows
oModel = new sap.ui.model.odata.ODataModel(sSURL);
oModel.setCountSupported(false);
hth
jsp
Hi Mingho,
you can set the count support as follows
oModel = new sap.ui.model.odata.ODataModel(sSURL);
oModel.setCountSupported(false);
hth
jsp