Skip to content

Commit 071f39e

Browse files
FLUT-958400-[others][flutter]: num type change
1 parent bb08975 commit 071f39e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flutter/datagrid/filtering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1435,7 +1435,7 @@ To show a filter icon when the mouse hovers over a column header in a DataGrid,
14351435
<img alt="flutter datagrid shows filter icon when hover the header cell" src="images/filtering/flutter-datagrid-show-filter-icon-on-hover.gif"/>
14361436

14371437
## Perform filtering to the user-defined type
1438-
By default, the `FilterBehavior.strongDataType` applies to the `num`, `String`, and `DateTime` types. Now, it also applies to the user-defined types also. It can be enabled by extending the user-defined type with the [Comparable](https://api.dart.dev/stable/3.3.1/dart-core/Comparable-class.html) class.
1438+
By default, the `FilterBehavior.strongDataType` applies to numeric, String, and DateTime types. Now, it also applies to the user-defined types also. It can be enabled by extending the user-defined type with the [Comparable](https://api.dart.dev/stable/3.3.1/dart-core/Comparable-class.html) class.
14391439

14401440
{% tabs %}
14411441
{% highlight Dart %}

0 commit comments

Comments
 (0)