Skip to content

Unable to nest tables #725

Answered by patriksvensson
kollerp asked this question in Q&A
Discussion options

You must be logged in to vote

@kollerp That method overload expects a params array of string; the one you're looking for takes a params array of IRenderable.

Try the following:

Table1.AddRow(new Text("test"), table2);

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@kollerp
Comment options

Answer selected by patriksvensson
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
bug Something isn't working
2 participants
Converted from issue

This discussion was converted from issue #724 on February 04, 2022 10:03.