Skip to content

Latest commit

 

History

History

cap-fe-lr-table-views

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Introduction

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

Getting Started

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

Local Run

  • 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

Learn more at https://cap.cloud.sap/docs/get-started/.