Skip to content

Commit eeb5306

Browse files
Comments added
1 parent 0eb088a commit eeb5306

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/main.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ class _MyHomePageState extends State<MyHomePage> {
3737
super.initState();
3838
employees = getEmployeeData();
3939
employeeDataSource = EmployeeDataSource(employeeData: employees);
40+
//Initial-multi-column-sorting
4041
employeeDataSource.sortedColumns.addAll([
4142
SortColumnDetails(
4243
name: 'id',

0 commit comments

Comments
 (0)