-
Notifications
You must be signed in to change notification settings - Fork 48
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
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\""
]
]
So, I'm wondering if I'm missing something. It looks like the empty cell on the second row shouldn't be there.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
