cancel
Showing results for 
Search instead for 
Did you mean: 

Which Table Control to Use in Fiori

salilvaidya
Explorer
0 Kudos

Hi all

I have a requirement like below

This is how my table data should show up. Centre alignment both Horizontal and Vertical for Labels as well as cell Values, Sorting, Filtering, Group Sorting, Table Rows count..all this also needed.

Kindly suggest which control to use. My App is a freestyle Fiori app and not using Fiori Elements.

I have currently used Table Control but not able to implement all the properties. Was thinking of using SmartTable but not sure how to use as mine is a free style app.

Regards,

Salil


Accepted Solutions (0)

Answers (1)

Answers (1)

AlexNecula
Active Contributor
0 Kudos

You have a basic table, it's really not that complicated.

The answer is in your question. Use sap.m.Table or SmartTable depending if you rely on annotations or not. There are samples on the official documentation website for both.