Hi,
I am implementing growing mode sap.m.Table which consumes a odata service where there are more that 9000 records. So I do not want to load all record at once. I am loading 20 records at time. On click of More button I will load next 20 records and so on.
But as per guideline, we need to show total number of rows count below the More button(i.e; More [20/9000]).
I am able to get total number of rows count by calling service with $count. But i do not how to set this count value in table control. Can any one help?
Regards,
Vinayak.