Tables
Filter (Enable Table Filters)
This setting controls whether a filter function appears above each column in table controls.
This option affects the frontend only – it does not change behavior in the editor.
How It Works
When Filter is enabled, a small input field appears above each column (e.g. [code_block_0], [code_block_1], [code_block_2], [code_block_3] …).
Users can enter values to filter the table, which will then show only matching entries.
Supported Table Types
This feature is available for all four table components:
- Table Basic
- Table Online
- Table Editable
- Table Advanced
Behavior is identical across all types.
Example Behavior
| Column | Filter Field Visible? | Example |
|---|---|---|
| Name | Yes | [code_block_4] |
| Department | Yes | [code_block_5] |
| Salary | Yes | [code_block_6] |
Notes
- Filtering affects only the visible data – it does not change the underlying data source.