Intentionally overlapping containers in Flex grid

Hi all,

I’m trying to use custom component " [No Chart Data Info]". The document says that you should overlap containers to use them whereby the example is in fixed grid.

Is there a way to use this custom component in a same way as it’s represented in the document but in flex grid?

To the best of my knowledge, you should not use this component. It has known issues w.r.t. to loading screens and potentially other issues. Also, it’s not planned to fix or otherwise update the component.

This is the internal ticket for the loading screen issue and other issues in context of the component: https://jira.intranet.onelogic.de/browse/CC-25

1 Like

Hi @do-hwan.kim ,
Could you finally solve your problem? Would be interesting if there is a nice way now, to show something meaningful in completely empty tables

We solved the issue using a html element and hidden filters.

To html element and the table, we set the visibility of the containers by variable that is provided by the hidden filters. The hidden filters contain sql queries that calculates whether visibility of a container should be true or false.

1 Like