When i paste time in a row of a table, it is getting pasted into multiple rows and thus looks awkward.Is there a solution.. Even if i extend width of column it is same ..
Current format:
start_time
11/13/18
10:07:32
start_time
Required format: 11/13/18 10:07:32
Are you on Cloud or Server? If the later, you could use a user macro to not allow wrapping
## Macro title: No Wrap
## Developed by: Bill Bailey, MarketCom, LLC
## Date created: 2016.06.13
## Version 1.1
## @noparams
<span class="nowrap" style="white-space: nowrap;">
$body
</span>
Then you can insert that macro, adding whatever you want to not wrap to the body of the macro.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.