68
Views
6
Comments
Wrapping text
Question

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 yamagata
go 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

Champion

Hello

Just add a Css over there on your express or text or label

white-space:nowrap;

Thanks

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 

white-space:nowrap;

 

Thanks

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.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.