From 337803258d2832805d45b4238c3d2343a98b130f Mon Sep 17 00:00:00 2001 From: Gowtham-SF4769 Date: Wed, 7 May 2025 18:22:13 +0530 Subject: [PATCH] FLUT-953720-[others][flutter]: EffectiveRows APi Link Added --- Flutter/datagrid/conditional-styling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Flutter/datagrid/conditional-styling.md b/Flutter/datagrid/conditional-styling.md index 443186cb5..c0e9b56bf 100644 --- a/Flutter/datagrid/conditional-styling.md +++ b/Flutter/datagrid/conditional-styling.md @@ -277,7 +277,7 @@ class EmployeeDataSource extends DataGridSource { ### Styling alternate rows -The appearance of the alternating rows in `SfDataGrid` can be customized by using the `DataGridRowAdapter.color`. Use the [effectiveRows]() property to get the index of the row. This collection contains the sorted collection if the sorting is applied. +The appearance of the alternating rows in `SfDataGrid` can be customized by using the `DataGridRowAdapter.color`. Use the [effectiveRows](https://pub.dev/documentation/syncfusion_flutter_datagrid/latest/datagrid/DataGridSource/effectiveRows.html) property to get the index of the row. This collection contains the sorted collection if the sorting is applied. {% tabs %} {% highlight Dart %}