Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DataGrid: add note to filterRow #5230

Merged
merged 3 commits into from
Jun 23, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,14 @@ The filter row allows a user to filter data by values of individual columns.

![DevExtreme HTML5 JavaScript jQuery Angular Knockout {WidgetName} FilterRow](/images/{WidgetName}/visual_elements/filter_row.png)

Each cell in the filter row contains a magnifying glass icon, pausing on which opens a drop-down list with filters [available for the column](/api-reference/_hidden/GridBaseColumn/filterOperations.md '{basewidgetpath}/Configuration/columns/#filterOperations').
Each cell in the filter row contains a magnifying glass icon. Hovering over this icon opens a drop-down list with filters [available for the column](/api-reference/_hidden/GridBaseColumn/filterOperations.md '{basewidgetpath}/Configuration/columns/#filterOperations').

![DevExtreme HTML5 JavaScript jQuery Angular Knockout {WidgetName} FilterRow](/images/{WidgetName}/visual_elements/filter_row_operation_chooser.png)

Copy link
Contributor

@albertov05 albertov05 Jun 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Line 15:
What do you mean by "pausing on which opens a drop-down list"?
Does the drop-down list appear if you simply hover over the magnifying glass icon?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, hover is the right word.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay, how about the following?

Each cell in the filter row contains a magnifying glass icon. Hovering over this icon opens a drop-down list with filters [available for the column](/api-reference/_hidden/GridBaseColumn/filterOperations.md '{basewidgetpath}/Configuration/columns/#filterOperations').

To make the filter row visible, assign **true** to the **filterRow**.[visible](/api-reference/10%20UI%20Components/GridBase/1%20Configuration/filterRow/visible.md '{basewidgetpath}/Configuration/filterRow/#visible') property.

[note] If you use a [grouped](/Documentation/Guide/UI_Components/Lookup/Enable_Grouping/) data structure to display data in a lookup column, the **All** item in the filter row is not displayed.

#include common-demobutton-named with {
url: "https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/Filtering/",
name: "DataGrid"
Expand Down