Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix example, needs explicit loading state change to false
  • Loading branch information
Adam Ratzman committed Dec 18, 2024
commit 15a784de53d49b5f9701085688db075f83aa65d4
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,6 @@
await Task.Delay(1500);

items = GenerateSampleGridData(5000);
grid?.SetLoadingState(false);
}
}