← Return to the list of available actions
If you have trouble understanding how the action works, check the descriptions: Action, Conditional execution, Component parameters
Basic information
Category: Table
Action location: Table, Button
Available from version: 1.0.11
Description
The action adds an excel export button to the dynamic table. The configuration allows, among others to filter exported columns.
Action execution
Leaving the conditional field blank is tantamount to setting it to "true."
Location of the action | Operation of the "Conditional execution" parameter | Condition of calling the action |
---|---|---|
Form | Calling up shares | Conditional execution returns the truth. |
Configuration parameters
Name of the parameter | From version | Description | Parameter type | Default value | Field type | Notes and restrictions | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Filter columns | 1.0.11 | Columns based on which you will filter rows. The filter type is specified in the "Filter type" parameter, and the value with which we compare in the "Filter value" parameter | Array of variables | Editable field | ||||||||||
Filter Type | 1.0.11 | The method of filtering columns from the "Columns to filter" parameter. | An array of text values | Drop-down list | Available filter values: ==,! =, <,>, <=,> = | |||||||||
Filter Value | 1.0.11 | The value based on which the columns from the "Columns to filter" parameter are filtered | An array of text values | Editable field | For dates, enter the value in the format "YYYY-MM-DD" | |||||||||
Exported columns | 1.0.11 | Specifies which columns to export. | Array of variables | Editable field | The parameter appears only when the "Type of exported columns" is set to "Selected". | |||||||||
Filename | 1.0.11 | The name of the file with exported data to be created. | Text | Editable field | The parameter is available only for the action assigned to the table. If the parameter is not completed, the action will automatically generate a name for the file. | |||||||||
The type of columns exported* | 1.0.44 | The parameter determines what kind of columns we are going to export. | An array of text values | VISIBLE | Drop-down list | Available values:
|
Parameter*- required field
Sample configuration
For table:
For table button:
Change log
1.0.60
- Adding component
1.0.44
- Added parameter Types of exported columns
1.0.62 (applicable documentation)
- Adding the option of setting the action on the dynamic table button
1.0.98 (applicable documentation)
Adjusting the action to the new component builder + removing the Button name parameter
Add Comment