Skip to content

Commit 77dab10

Browse files
FLUT-958978-[feature]: Cleared review suggestions
1 parent 710d5ac commit 77dab10

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Flutter/datagrid/filtering.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,8 +342,8 @@ The [FilterBehavior](https://pub.dev/documentation/syncfusion_flutter_datagrid/l
342342

343343
The [FilterOperator](https://pub.dev/documentation/syncfusion_flutter_datagrid/latest/datagrid/FilterOperator.html) property determines which logical operator to apply between multiple filter conditions:
344344

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.
347347

348348
{% tabs %}
349349
{% highlight Dart %}

Flutter/datagrid/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ documentation: ug
99

1010
# Flutter DataGrid (SfDataGrid) Overview
1111

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.
1313

1414
![Overview Flutter Datagrid](images/overview/flutter-datagrid-overview.png)
1515

0 commit comments

Comments
 (0)