Skip to content

Commit

Permalink
Added missing images.
Browse files Browse the repository at this point in the history
  • Loading branch information
grokys committed Feb 17, 2022
1 parent 7e3ec22 commit 334b0fb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/get-started-flat.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public class MainWindowViewModel
Columns =
{
new TextColumn<Person, string>("First Name", x => x.FirstName),
new TextColumn<Person, string>("Last Name", x => x.FirstName),
new TextColumn<Person, string>("Last Name", x => x.LastName),
new TextColumn<Person, int>("Age", x => x.Age),
},
};
Expand Down
Binary file added docs/images/get-started-flat-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/get-started-hierarchical-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 334b0fb

Please sign in to comment.