You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Flutter/datagrid/filtering.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -342,8 +342,8 @@ The [FilterBehavior](https://pub.dev/documentation/syncfusion_flutter_datagrid/l
342
342
343
343
The [FilterOperator](https://pub.dev/documentation/syncfusion_flutter_datagrid/latest/datagrid/FilterOperator.html) property determines which logical operator to apply between multiple filter conditions:
344
344
345
-
* **and** - Applies the `AND` logical operator applies between multiple filter conditions.
346
-
* **or** - Applies the `OR` logical operator applies between multiple filter conditions.
345
+
* **and** - Applies the `AND` logical operator between multiple filter conditions.
346
+
* **or** - Applies the `OR` logical operator between multiple filter conditions.
Copy file name to clipboardExpand all lines: Flutter/datagrid/overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ documentation: ug
9
9
10
10
# Flutter DataGrid (SfDataGrid) Overview
11
11
12
-
The Syncfusion® Flutter DataGrid is a powerful widget designed to display and manipulate data in a tabular format. Built with performance in mind, it efficiently handles large datasets while providing a rich set of features for data visualization and interaction.
12
+
The Syncfusion® Flutter DataGrid is used to display and manipulate data in a tabular view. It is built from the ground up to achieve the best possible performance, even when loading large amounts of data.
0 commit comments