Jump to content
We've recently updated our Privacy Statement, available here ×

Vertically align multi line textfiled inside table.


tomislav_kres

Recommended Posts

I have procedure which returns processed data which I display inside table.
Table columns are of different width and one text which is about to be displayed inside textfiled in column has multiple lines, and I would like that whenever new line starts, it's vertically aligned in all columns.
For example, let's say there are two columns.
Text for first column is '1.This is some random text in first line. n2.This is another line".
Text for second can be same as for first.
Currently, it would look like this:

  first column               second column

  1.This is so me      1.This is some random text in first line which is
 random text in        very long.
first line which        2. This is another line.
is very long.
  2.This is 
  another line.

Above example is one row of table. What I would like is that all new lines start at same height, so in example above desired output is

  first column            second column

  1.This is some      1.This is some random text in first line which is
 random text in        very long.
first line which        
is very long.
  2.This is                2. This is another line.
  another line.

Is it possible to do something like it? Above example must be displayed in single row.
 

Link to comment
Share on other sites

  • 3 months later...
  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...