on 2025 Sep 06 6:57 AM
Whenever I try to implement this code on my Fiori app, nothing will be displayed on the screen. I tried to include a columns, column lism item but still not success on displaying the smart table. why is that?
xmlns:smartTable="sap.ui.comp.smarttable"
<smartTable:SmartTable
entitySet="ZTEST_TABLE"
tableType="ResponsiveTable"
smartFilterId="smartFilter"
enableAutoBinding="true"
header="CDS Views contents">
</smartTable:SmartTable>
Request clarification before answering.
Smart Table is for OData V2, you can explore the Flexible Programming Model Explorer and try using Table Macros, which does the same purpose in OData V4 sap.fe.macros.Table - API Reference - Demo Kit - SAPUI5 SDK
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 14 | |
| 8 | |
| 6 | |
| 6 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.