You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to create table like http://i.imgur.com/txmc4Rb.png from json object.
Could you please advice how JSON should looks like to get this table?
I've tries this
[
{"Title1": "Col1", "Title2": "Col2", "Title3": "Col3"},
{"Title1": "Col1Row1",
"Title2":["Col2Row1", "Col2Row2"],
"Title3":["Col3Row1", "Col3Row2"]
}
]
But it's just merge Col2Row1 and Col2Row1 into single cell.
The text was updated successfully, but these errors were encountered:
I'm trying to create table like http://i.imgur.com/txmc4Rb.png from json object.
Could you please advice how JSON should looks like to get this table?
I've tries this
[
{"Title1": "Col1", "Title2": "Col2", "Title3": "Col3"},
{"Title1": "Col1Row1",
"Title2":["Col2Row1", "Col2Row2"],
"Title3":["Col3Row1", "Col3Row2"]
}
]
But it's just merge Col2Row1 and Col2Row1 into single cell.
The text was updated successfully, but these errors were encountered: