CardTable
Purpose
The CardTable ViewTemplate displays multiple datasets as a vertically stacked list of cards. It is suitable for overview pages where several records should be presented in a compact but visually structured way.
Figure: CardTable displaying multiple records as cards.
Behavior
Each dataset is rendered in the same visual style as the Card ViewTemplate. A card can include an icon, title, subtitle, description, optional Actions, and an optional labeled information field.
Because all items share the same card-based layout, CardTable works well when records should be easy to scan while still offering more visual context than a plain table.
Configuration
The configuration follows the same field assignments as the Card ViewTemplate. Typical properties include iconField, titleField, subtitleField, descriptionField, and informationField.
The individual cards in a CardTable use the same layout principles as a standard Card.
Example usage
An example implementation is the ViewTemplate CardTable in ProjectticketFilter_New_view.