Skip to content

Commit 381d34c

Browse files
committed
Smooth text and add anchor link
1 parent 724143d commit 381d34c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

content/en/docs/marketplace/platform-supported-content/modules/data-widgets/data-grid-2-properties.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ This property sets the action to be performed when the row is clicked.
115115

116116
This property sets the action to be performed when the row is selected or unselected.
117117

118-
#### Filters Placeholder
118+
#### Filters {#filters-placeholder}
119119

120120
This placeholder acts as a container for filter widgets that operate on the entire grid. This placeholder provides a designated area for placing filter widgets (text filter, date filter, number filter, drop-down filter) that filter across all grid data rather than being limited to individual columns.
121121

@@ -158,7 +158,7 @@ This property sets the action to be performed when the **Attribute** value is ch
158158
### Grid Wide Filtering
159159

160160
{{% alert color="warning" %}}
161-
Grid Wide Filtering has been deprecated and removed. Use the Filters Placeholder along with dedicated filter widgets (Text Filter, Date Filter, Number Filter, Dropdown Filter) for filtering functionality.
161+
Grid Wide Filtering has been deprecated and removed. Use the [Filters Placeholder](#filters-placeholder) along with dedicated filter widgets ([Text Filter](/appstore/modules/datagrid-text-filter/), [Date Filter](/appstore/modules/datagrid-date-filter/), [Number Filter](/appstore/modules/datagrid-number-filter/), and [Dropdown Filter](/appstore/modules/datagrid-dropdown-filter/)) for filtering functionality.
162162
{{% /alert %}}
163163

164164
### Aria Labels

content/en/docs/marketplace/platform-supported-content/modules/data-widgets/data-grid-2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ Triggers an action (such as a nanoflow, microflow, or Show page action) when the
252252
Data Grid 2 uses a modular filtering system with dedicated filter widgets that can be placed in two locations:
253253

254254
* **Column Headers**: Individual filters can be placed in column headers by enabling **Show column filters**. When this option is selected, a drop zone appears in each column header where you can place the appropriate filter widget.
255-
* **Filters Placeholder**: Grid-wide filters can be placed in the filters placeholder (located in the **Events** section of the grid properties). This allows for filtering across multiple attributes and more complex filtering scenarios.
255+
* **Filters Placeholder**: Grid-wide filters can be placed in the [filters placeholder](/appstore/modules/data-grid-2-properties/#filters-placeholder). This allows for filtering across multiple attributes and more complex filtering scenarios.
256256

257257
{{% alert color="warning" %}}
258258
The type of your selected attribute should match the filter type. For example, a **Text filter** should be used for a string attribute.

0 commit comments

Comments
 (0)