Hi
I am looking to set size limit of table based on user selection and I do not see any property mentioned in sap.m.Table properties SAPUI5 Explored
I can get number of records from odata model length - but that shows total number of records, so how to go ahead with it. I want to set table visible row count to 5,10,15.
Lets say if there are 7 records and user selects 15 , I have to show 8 blank rows.