← 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
Available from version: 1.0.3
Description
Leaves only the rows in the dynamic table that match all of the filters. The action is not updated on a regular basis (hiding occurs after fulfilling the condition in "conditional execution" or - in the case of its lack - when initiating the form).
Action execution
Leaving the conditional field blank is tantamount to setting it to "true."
Location of the action | Call type | Operation of the "Conditional execution" parameter | Condition of calling the action |
---|---|---|---|
Table | Call after conditional execution condition | Invokes an action | The "Conditional Execution" parameter will return "true" |
Configuration parameters
Name of parameter group | Name of the parameter | From version | Description | Parameter type | Default value | Field type | Notes and restrictions |
---|---|---|---|---|---|---|---|
Filtering by value | Columns | 1.0.3 | Columns whose values will be checked | Array of variables | Editable field | ||
Operators | 1.0.3 | An operator that specifies how columns with values will be compared in "Filter by value" | An array of text values | Drop-down list | Comparing operators - to choose: ==,! =,>, <,> =, <=, Regexp | ||
Values | 1.0.3 | The values that will be compared with the value in the column | An array of text values | Editable field | The values are saved to the parameter in the form of text and converted into a type in the corresponding column. | ||
Column filtering | Columns to compare | 1.0.14 | Columns whose values will be checked | Array of variables | Editable field | ||
Operators | 1.0.14 | An operator that specifies how columns will be compared with other columns in "Column Filtering" | An array of text values | Drop-down list | Comparing operators - to choose: ==,! =,>, <,> =, <=, Regexp | ||
Columns to which we compare to | 1.0.14 | Columns with which we compare | Array of variables | Editable field | The columns must be of the correct type - the same as the corresponding "Columns to compare" |
Parameter*- required field
Sample configuration
Change log
1.0.3
- Adding a component
1.0.14
- Adding column filtering option, adding "Current row" context variable
1.0.40
- Solution to the problem with empty filters
1.0.53
- The dynamic form checks if "Columns to compare" and "Columns with which we compare" have corresponding types