Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardmiller-mesirow committed Dec 3, 2024
1 parent b340cef commit fbeeabe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Maui.DataGrid.Sample/ViewModels/MainViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ internal sealed class MainViewModel : ViewModelBase
{
public MainViewModel()
{
// To play with more data use DummyDataProvider.GetTeams(100)
Teams = DummyDataProvider.GetTeams().ToObservableCollection();
TeamColumnVisible = true;
WonColumnVisible = true;
Expand Down

0 comments on commit fbeeabe

Please sign in to comment.