on 2020 Jul 25 4:07 PM
Hi,
I want the ui table to load all the data in single service call. Tabel by default calls the OData service with $skip and $top parameters and on scroll next set of data will be loaded.
How to implement this?
Thanks,
Bhavya
Request clarification before answering.
what table you are using?
grid table has an attribute "threshold", if you set a big number to it, it should bring in all data
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Bhavyashree,
I haven't tested with Smart Table if it requires additional binding. In case of sap.ui.table.Table there is nothing required for binding it should traditionally work as normal binding.
Thanks
Prashil
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Bhavyashree,
I would recommend with adding operation mode as client to the binding.
Thanks
Prashil
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
I am new to SAP UI5. I am using the Smart Table with sap.ui.table.Table.
If I set the operation mode to Client it will not pass top and skip parameters to the Odata service and fetching all the records.
But table binding is not happening. I am not seeing any records in the table. What is the issue with the Client operation mode?
whether Client operation mode will not support auto binding?
Thanks,
Bhavya
User | Count |
---|---|
77 | |
29 | |
9 | |
7 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.