Skip to content

Commit fe71cb5

Browse files
Merge pull request #1250 from syncfusion-content/FLUT-958401-FilterPopup
FLUT-958401-[others][flutter]: UG corrections
2 parents 7f3be4e + 06fea68 commit fe71cb5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Flutter/datagrid/filtering.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1376,7 +1376,7 @@ import 'package:syncfusion_flutter_core/theme.dart';
13761376

13771377
## Show the filter icon when hovering the header cell
13781378

1379-
To show a filter icon when the mouse hovers over a column header in a DataGrid, set the [SfDataGrid.showColumnHeaderIconOnHover](https://pub.dev/documentation/syncfusion_flutter_datagrid/latest/datagrid/SfDataGrid/showColumnHeaderIconOnHover.html) property to true. Note that this feature is only available on web and desktop platforms
1379+
To show a filter icon when the mouse hovers over a column header in a DataGrid, set the [SfDataGrid.showColumnHeaderIconOnHover](https://pub.dev/documentation/syncfusion_flutter_datagrid/latest/datagrid/SfDataGrid/showColumnHeaderIconOnHover.html) property to true. Note that this feature is only available on web and desktop platforms.
13801380

13811381
{% tabs %}
13821382
{% highlight Dart %}
@@ -1561,7 +1561,6 @@ The `SfDataGridThemeData` and `SfDataGridTheme` classes are available in the [sy
15611561
| `searchAreaCursorColor` | The cursor color in the search area of the filter popup menu can be customized using the [SfDataGridThemeData.searchAreaCursorColor]() property. |
15621562
| `searchAreaFocusedBorderColor` | Use the [SfDataGridThemeData.searchAreaFocusedBorderColor]() property to define the focused border color of the search area in the filter popup menu |
15631563
| `searchIconColor` | The color of the search icon in the search area of the filter popup menu can be customized using the [SfDataGridThemeData.searchIconColor]() property. |
1564-
|
15651564

15661565
> **NOTE**
15671566
The `cancelFilteringLabelColor`, `filterPopupBottomDividerColor`, and `okFilteringLabelColor` properties are supported only on desktop platforms.

0 commit comments

Comments
 (0)