Skip to content

Commit 76b37bb

Browse files
Content review concerns are modified
1 parent 382d707 commit 76b37bb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
# How-to-add-button-column-in-Flutter-DataTable--SfDataGrid-
22

3-
The Syncfusion [Flutter DataGrid](https://help.syncfusion.com/flutter/datagrid/overview) provides the support to load any widget in the cells. In this article, you can learn about how to load the button widget for specific column and perform any action on that button click.
3+
The Syncfusion [Flutter DataGrid](https://help.syncfusion.com/flutter/datagrid/overview) supports loading any widget in the cells. In this article, you can learn how to load the button widget for a specific column and perform any action on that button click.
44

55
## STEP 1:
66
Initialize the [SfDataGrid](https://pub.dev/documentation/syncfusion_flutter_datagrid/latest/datagrid/SfDataGrid-class.html) widget with all the required properties.
77

8-
98
```dart
109
List<Employee> _employees = <Employee>[];
1110
late EmployeeDataSource _employeeDataSource;

0 commit comments

Comments
 (0)