This repository is an showcase for presenting table in a List Report with different settings using SAP Cloud Application Programming Model (CAP) and SAP Fiori Elements.
CAP with Fiori Elements: Configure Multiple Views on List Report Tables
File or Folder | Purpose |
---|---|
app/ |
content for UI frontends goes here |
db/ |
your domain models and data go here |
srv/ |
your service models and code go here |
package.json |
project metadata and configuration |
readme.md |
this getting started guide |
- Clone this git repo and Open cap-fe-lr-table-views folder in a new terminal
- install dependencies by running npm install
- run
cds watch
to start the cap application.
Learn more at https://cap.cloud.sap/docs/get-started/.