Print Record Table
Feature Description
Print data table records in the form of a table
Parameter Settings
| Configuration Item | Description |
|---|---|
| Data Table | Data table type |
| Fields Displayed in Table | Field list in the print table |
| Record List | Record ID array to be printed |
| Page Title | Title of the print page |
Example
In the data table module, if we have a need to select data and print it in the form of a table, we can add a print table button with the execution action Print Record Table in the toolbar. After selecting the records to be printed, click the print table button to print the selected records in the form of a table.
To configure such a button, you need to add a button in the table toolbar, select Print Record Table for the execution action of the configuration item, and select the data table module to be printed in the Data Table configuration item. In this case, we select "Employee Information".
The Fields Displayed in Table configuration item can add fields to be displayed in the print table, and each field can be individually set with temporary column width and text alignment. Enter the data list to be printed in the record list configuration item, which can be obtained through an expression. The title of the print table can be set in the page title, which can be obtained through an expression. The configuration of this case is shown in the following figure.

