Hello,
my initialization code:
const statesTable = new Table({
head: ['ID', 'value', 'effects', 'Qs', 'Q result'],
colWidths: [6, 19, 10, 10, 19]
});
here're my rows:
[
[
{
"rowSpan": 2,
"content": "s_1"
},
{
"rowSpan": 2,
"content": "\"foo\""
},
"e_25",
"map\nmap*\nmutate",
"\"foo\""
],
[
"e_26",
"map\npipe*",
"\"foo\""
]
]
And the result is:

So, I'm wondering if I'm missing something. It looks like the empty cell on the second row shouldn't be there.
Hello,
my initialization code:
here're my rows:
And the result is:

So, I'm wondering if I'm missing something. It looks like the empty cell on the second row shouldn't be there.