Hi, I have a column (in my json data) that has a list of names, so the data is potentially long. I need to have that column show in a second line for each row of json data.
So let's say I'm showing 4 column. Columns 1 - 3 should be on one line, and column 4 should be on a second line and be the entire width of the grid (i.e. colspan=3).
LIke this:
| Employer | First | Last |
| Joe's plumbing | Fred | Smith |
| Employees: John, Bill, George, Jimmy |
| Greg's Auto | John | Jones |
| Employees: Sam, Phil, Tim |
| Jill's hair salon | Jane | Doe |
| Employees: Sally, Jan, Alfred, Susan, Margret |
Any ideas?