This new version allows to specify a template for rendering a column with the Display Table Macro. Now you can render more than one property in a table cell using a template (like the one used by the Display Document Properties Macro). Use Templates to render complex values in a column cell. The syntax to specify a template is Code Block |
---|
#COLUMN_NAME{TEMPLATE_SPECIFICATION} |
The column name is the label to use for the column heading. It may be replaced using projectdoc Toolbox 2.2.3 Release Notes. The template specification uses placeholders to reference properties. Example Box |
---|
title | Example Template Specification |
---|
| Code Block |
---|
#My Label{${Doctype} / ${Iteration}} |
The template will access the Doctype and Iteration property to render the specified string for each row in the given column. |
|