Skip to content

Commit b5fe417

Browse files
FLUT-958400-[others][flutter]: Resolved Cl Failure
1 parent aedcfc7 commit b5fe417

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Flutter/datagrid/filtering.md

Lines changed: 2 additions & 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.showFilterIconOnHover](https://pub.dev/documentation/syncfusion_flutter_datagrid/latest/datagrid/SfDataGrid/showFilterIconOnHover.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 %}
@@ -1390,7 +1390,7 @@ To show a filter icon when the mouse hovers over a column header in a DataGrid,
13901390
body: SfDataGrid(
13911391
source: employeeDataSource,
13921392
allowFiltering: true,
1393-
showFilterIconOnHover:true,
1393+
showColumnHeaderIconOnHover:true,
13941394
headerGridLinesVisibility: GridLinesVisibility.both,
13951395
gridLinesVisibility: GridLinesVisibility.both,
13961396
columnWidthMode: ColumnWidthMode.auto,

0 commit comments

Comments
 (0)