I'm wondering how you put a line break between the columns of your datagrid. The goal is to display some fields (columns) on one line and others on the next line due to the length of some of the fields (columns) An example output is below.
ID FNAME LNAME
1 Billy Bob
DESCRIPTION
This is a description
Rather than having the description directly following the LNAME.
Thanks
ID FNAME LNAME
1 Billy Bob
DESCRIPTION
This is a description
Rather than having the description directly following the LNAME.
Thanks