Open
Description
How do you add rows from a list? All the examples I can find have hard-coded rows.
I tried using a for-in loop but get the error `This control construct may only be used if the computation expression builder defines a 'For' method.
table {
columns_text [| "test" |]
for row in testRows do
row_text [| row |]
}
Workaround is to make the table then use the C#-style .AddRow(row)
method.
Metadata
Metadata
Assignees
Labels
No labels
Activity