Hello
I want to paste the date function into the table and display it on one line, but it wraps and ends up on two lines.
If anyone understands, I would appreciate it.
Hi @kazuma yamagatago to the header of that column and in style increase the width if that that column and it will show in single line.regards,
asad
Hi @kazuma yamagata
Can you please share bit more information about this.
Are you using date function in any expression?
Thanks
Prince Kumar
Just add a Css over there on your express or text or label
white-space:nowrap;
Tousif Khan
You can achieve this with the CSS property white-space: nowrap;. This can be set either by the application through a CSS class or by using the style attribute of the expression itself or a parent element.
See: https://www.w3schools.com/cssref/pr_text_white-space.php
Hi,
Just put it in a one container and make one class on that container and add css for that class
Ruchi Dubey
Hello @kazuma Yamagata,
The width of the respective container where you're pasting the Function may be small, so increasing the width of that container, will helps to achieve your expectations.
Hope it helps.