PDF Card Table
Data rendered as visual cards rather than table rows. Each card shows a record with key fields highlighted.
The PDF Card Table block presents tabular data as a grid of visual cards rather than traditional table rows. Each card displays a record with a prominent title field and supporting detail fields, making it easier for readers to scan individual records in print output.
When to Use
Block Properties
| Property | Required | Description |
|---|---|---|
| Records | Yes | Array of data records to render as cards |
| Title Field | Yes | The field name used as the card heading |
| Detail Fields | Yes | Ordered list of fields displayed below the title |
| Columns | No | Number of cards per row (default: 3) |
| Card Colour | No | Optional accent colour applied to the card header |
| Show Border | No | Whether to render a border around each card (default: true) |
Layout Behaviour
Cards are arranged in a grid with equal-width columns. Each card has a fixed height per row, determined by the tallest card in that row. If a card's content exceeds the available space, it is truncated with an ellipsis. The block respects page margins and avoids splitting a card across a page break where possible.