Good morning,
I noticed that the Table View Node artificially increases the size of the Interactive View to unreasonable heights. Using the JavaScript based Table view, it does not.
Here is the test workflow:
Best
Mike
Good morning,
I noticed that the Table View Node artificially increases the size of the Interactive View to unreasonable heights. Using the JavaScript based Table view, it does not.
Here is the test workflow:
Best
Mike
Hi @mwiegand ,
Thanks for reporting this.
Thanks,
Sanket
Hey Mike,
sorry just saw this thread. It is not arbitrary, it is exactly as you defined it in the layout editor, which by default is set to an aspect ratio. The old one had pagination turned on by default which means that you can get the max-height of the element easily by calculating the used size. The new node comes per default with a lazy loading mechanism that renders only the visible rows. For that to work you have to define how large this table should be. We are currently still missing the option to define some max-height and make the table smaller if not the full space is needed.
Greetings,
Daniel