cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Progress indicator in sap cap

syedimran
Explorer
0 Kudos
559

Hello Experts,

Is there are any annotation in SAP CAP for fiori elements display status on one of the columns.

Idea is display In Process status on press of a button in list page, I want the icon to be rotating instead of static status of texts with color.

 

syedimran_0-1730775945794.png

 

Accepted Solutions (1)

Accepted Solutions (1)

catano
Active Participant
0 Kudos

Hi @syedimran ,

I'm not sure if there is an annotation for that.

I would implement your scenario in the following way:

  • add custom implementation for the rotating icon component (example)
  • wire the custom implemented rotating icon component to your page (either manifest-based extension or with macros) (example)
  • add side effect to update the property you would like to display with the rotating icon component upon button press (example)

Regards,
Peter

syedimran
Explorer
0 Kudos
Thanks Peter, I will try it

Answers (0)