Skip to content

Commit 4a0e837

Browse files
authored
add store link for samples app
1 parent 1634f7b commit 4a0e837

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

docs/index.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,22 @@
22

33
**WinUI.TableView** is a lightweight and fast data grid control made for [WinUI](https://learn.microsoft.com/en-us/windows/apps/winui/winui3) apps and now supports the [Uno Platform](https://platform.uno/). It is easy to use, and capable of handling large numbers of items with a focus on performance. It's derived from `ListView` so you will experience fluent look and feel in your project. It comes with all the essential features you need, plus extras like an Excel like column filter, options buttons (for columns and the TableView) and easy data export.
44

5-
## [SampleApp](https://github.com/w-ahmad/WinUI.TableView.SampleApp)
5+
## [Samples App](https://github.com/w-ahmad/WinUI.TableView.SampleApp)
6+
7+
Explore the interactive `WinUI.TableView` samples with code snippets in a Samples App on Microsoft Store or Uno Platorm WASM:
8+
9+
<a href="https://apps.microsoft.com/detail/9ntgb6lmjzx3?referrer=appbadge&mode=direct">
10+
<img src="https://get.microsoft.com/images/en-us%20dark.svg" width="200"/>
11+
</a>
612

713
<br>
814

15+
<a href="https://tableview.samples.w-ahmad.dev/">
16+
<img align=center width="18%" src="https://raw.githubusercontent.com/unoplatform/styleguide/master/logo/uno-platform-logo-with-text.png" />
17+
</a>
18+
19+
####
20+
921
![WinUI TableView SampleApp](https://raw.githubusercontent.com/w-ahmad/WinUI.TableView.SampleApp/main/WinUI.TableView%20SampleApp.gif)
1022

1123
## Features

0 commit comments

Comments
 (0)