-
|
Hey, I was wondering if there is a way of making the rowHeight dynamic, I tried adjusting the css, but it did not help. I've added line breaks whenever we have a longer text, but when we have longer text, I would like to make the height of that row adjusted to the content? Would really appreaciate some tipps and tricks :) Best Regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hi @Yoanna16, The If you need rows that adapt to the content, you can use the |
Beta Was this translation helpful? Give feedback.
Hi @Yoanna16,
The
AnalyticalTabledoes not support dynamic row heights. Only therowHeight(andheaderRowHeight) prop are responsible for setting the row height, and they use fixed values. This means the height cannot automatically adjust based on content.If you need rows that adapt to the content, you can use the
Tablecomponent instead: https://ui5.github.io/webcomponents-react/v2/?path=/docs/data-display-table--docs