The Table component allows you to add structured rows and columns to display data in your certificate. This is useful for showing detailed information like applicant details, grades, or itemized lists.
-
Drag and Drop the Table Component
- On the left-hand sidebar of the certificate builder, find the component called Table.
- Drag and drop it into the certificate design area where you want the table to appear.
πΈ [Screenshot Placeholder β Dragging the Table Component]
-
Configure Table Properties
- Once the table is added, configure it using the properties panel on the right side.
- Common configuration options include:
- Number of Rows and Columns β Define the structure of your table.
- Header Labels β Set column headers to describe each column.
- Cell Alignment β Align text in cells (left, center, right).
- Width and Height β Adjust the overall size of the table or individual columns.
- Border Style β Customize borders for the table or individual cells.
- Dynamic Data β Bind table cells to application data using variables like
${applicationNumber} or other form fields.
πΈ [Screenshot Placeholder β Properties Panel with Table Options]
- Displaying applicant or service information.
- Showing grades, fees, or itemized lists.
- Creating structured summaries for official records.
- Keep tables readable by limiting excessive columns.
- Use consistent font and cell alignment for a professional look.
- Test dynamic data bindings to ensure that variables correctly populate the cells.