I created a page with a table wich has two columns, in every row is dynamic content displayed, so the results which are shown in the columns in the same row depend to each other.
Now the problem is if the dynamic source returns no content the row of the column is still shown.
Is there any possibility to set a filter, which said that there will be no result shown if the dynamic source returns no content?
You see the issue here, for example in row 1, 2 and 4: hidden link
The best advice that I can give here is to employ the use of the conditional block to work around this issue.
However in a block view I suspect that the row will be wrapped around the conditional which won't cause the row to not appear.
Are you able to rebuild this view in the classic editor for views ? This way we have better control over the wrappers for the table and you can use the conditional around the table rows so they only appear when the value is present.
No I mean you should rebuild it by going to Toolset->Views.
If the classic view hasn't been enabled you can enable it by going to Toolset -> Settings and scrolling to Editing Experience. From there I recommend that you select " Show both the legacy and Blocks interface and let me choose which to use for each item I build".
This will allow you to have access to the classic editor as well as the block editor. From there refresh the page and go to Toolset -> Views.