UNIT6-open / TemplateEngine.Docx

Smart docx template engine for .NET
Other
407 stars 136 forks source link

Add Nested Rows support in table content #21

Open maxkovalev opened 7 years ago

maxkovalev commented 7 years ago

Table may have some sort of "header" rows and details. It will be nice to have nested row functionality in table content.

lancheg commented 7 years ago

Hello!

If you want add a "header" or a "footer" row, you need to add a FieldContent to the TableContent parent container. This is example: TemplateEngineExample.zip