A table is a content container in PDF Butler. Show all contents of a table if a DataSource has records.
Example: #
If you want to show table only if an opportunity has products to it, use TABLE_BLOCK_NON_EMPTY_LIST config type as described below.
Download the sample template here to use in your DocConfig. Replicate all steps mentioned in TABLE_ROW Configtype to show table of opportunity products
Additionally create one more Configtype of TABLE_BLOCK_NON_EMPTY_LIST for ShowTable mergefield in the sample template as shown below, so that table will be displayed only if products are present for opportunity.
An opportunity with products will be shown as below
An opportunity without products will be shown as below