cancel
Showing results for 
Search instead for 
Did you mean: 

Lumira Designer (Design Studio) : How to hide table headers of multiple tables aligned one below

0 Kudos

Team,

I have developed a dashboard where my requirement is to show 3 crosstab data one below another (in horizontal or row wise)

However issue is headers are also appearing and need to remove those headers of each cross tab.

Can anyone please assist me in this. May be some properties or css class i m missing to write to hide this

Attached is the screenshot of the table layout and headers that i want to hide from the dashboard.

dashboard-screenshot.jpg

Regards

Kunal

Accepted Solutions (0)

Answers (2)

Answers (2)

anshu_lilhori
Active Contributor
0 Kudos

Hi,

I had a kind of similar requirement in the project where i need to hide the dimension header in the cross tab.

i used the following css

.myCrosstab .sapzencrosstab-DimensionHeaderArea .sapzencrosstab-HeaderCellDefault{ color: white;}

So i just blend the color with the background color.

Hope this can give you some hint and idea.

Regards.

AL

reiner_hille-doering
Active Contributor
0 Kudos

The Crosstab is not designed for such uses cases.

Either you combine your data sources and use a single Crosstab. For BW you could e.g. use a Multi-Provider. For offline data sets you could use merging or blending.

Or you develop your own table component using the Component SDK. SDK components can also show data from different data sources.