Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Section
titleProperties


Section
titleColumn Names

List of column names to render.

If blank the columns from the tables are used.


Section
titleDiscard

Allows to discard list items or rows.

emptyDiscard empty list items or table rows without cell content.
no-linksDiscard list items or table rows if there is not at least one link.
no-itemsDiscard list items or table rows if link has class projectdoc-no-docs
fullDiscard list items or table rows if fully set (all cells have content).
partialDiscard table rows if there is at least one empty cell.  
is-checkedDiscard list items or table rows if a task list with at least one checked checkbox is found.
is-not-checkedDiscard list items or table rows if a task list with at least one checkbox is found that is not checked.


Content Marker
iddiscard-use-cases

The values empty, no-links, no-items, and no-links + no-items are typically used for definition, numbered, and bullet lists.

The values empty, full, and partial are typically used for tables. The value partial only has meaning for tables.

The value can be controlled by the space property

Static Document Link
documentTable Merger Macro Param Discard
. The space property 
Static Document Link
documentTable Merger override empty Items
 overrides the macro configuration.

Example Box
titleFilter Examples with Discard

For examples please refer to the tip Filter on Table Rows.


Version Box
since2.5

The parameter is available since version 2.5.


Content Marker
iddiscard-since-4-5


Version Box
titleNew Values
since4.5

The values full and partial are supported since version 4.5.

The values is-checked and is-not-checked are supported since version 4.6.




Section
titleHeader Translations

Comma-separated list of key list-value pairs to map columns from tables. This allows to rename columns to match.

Format: k1=v1|v2, k2=v3.

In case the column header should be renamed, simply specify the new column name with the Column Names parameter and map the columns of the merged tables here.

Example Box

If the column on both tables to be merged is "A" but it should be named "X" and the second column "Short Description" should be not renamed, then:

  1. Column Names: X, Short Description
  2. Header Translations: X=A

In case the column to be named "X" is merged from columns named "A" and "B" then:

  1. Column Names: X, Short Description
  2. Header Translations: X=A|B



Section
titleCSS Class

Set to the table or definition list.


...