Skip to content

Commit bd5d6c1

Browse files
committed
updated docs layout
1 parent 39d95df commit bd5d6c1

File tree

5 files changed

+17
-15
lines changed

5 files changed

+17
-15
lines changed

docs/docs/customization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Customization
1+
# Customization
22

33
You can customize the appearance and behavior of the `TableView` by modifying its properties, templates, and styles. For example:
44

docs/docs/getting-started-with-uno.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
## Getting Started
1+
# Getting Started
2+
3+
This guide will walk you through the process of setting up and using WinUI.TableView in your Uno Platform application. Follow the steps below to quickly integrate a powerful and flexible DataGrid into your project.
24

35
### 1. Create a New Uno Project
46

57
If you don't already have a Uno project, create one in Visual Studio.
68

7-
### 2: Install NuGet Package
9+
### 2. Install NuGet Package
810
Install [WinUI.TableView](https://www.nuget.org/packages/WinUI.TableView) NuGet package to your app with your preferred method. Here is the one using NuGet Package Manager:
911

1012
```bash

docs/docs/getting-started.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
## Getting Started
1+
# Getting Started
2+
3+
This guide will walk you through the process of setting up and using WinUI.TableView in your WinUI 3 application. Follow the steps below to quickly integrate a powerful and flexible DataGrid into your project.
24

35
### 1. Create a New WinUI3
46

57
If you don't already have a WinUI 3 project, create one in Visual Studio.
68

7-
### 2: Install NuGet Package
9+
### 2. Install NuGet Package
810
Install [WinUI.TableView](https://www.nuget.org/packages/WinUI.TableView) NuGet package to your app with your preferred method. Here is the one using NuGet Package Manager:
911

1012
```bash

docs/docs/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
- name: Introduction
2+
href: ../index.md
13
- name: Getting Started
24
href: getting-started.md
35
- name: Getting Started with Uno

docs/index.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
---
2-
_layout: landing
3-
---
1+
# Introduction
42

5-
<div style="max-width: 1000px; margin: auto; text-align: left">
6-
7-
# WinUI.TableView
83
**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.
94

10-
### [SampleApp](https://github.com/w-ahmad/WinUI.TableView.SampleApp)
5+
## [SampleApp](https://github.com/w-ahmad/WinUI.TableView.SampleApp)
6+
7+
<br>
8+
119
![WinUI TableView SampleApp](https://raw.githubusercontent.com/w-ahmad/WinUI.TableView.SampleApp/main/WinUI.TableView%20SampleApp.gif)
1210

1311
## Features
@@ -21,9 +19,7 @@ _layout: landing
2119
- **Grid Lines**: Display grid lines to improve data visibility and organization.
2220
- **Localization**: Support for multiple languages to enhance usability for global audiences.
2321
- **Alternate Row Colors**: Apply alternate row coloring for better readability and aesthetics.
24-
- **Cell & Row Context Flyout**: Provides context flyouts for cells and rows to allow quick actions. *(not available on uno)*
22+
- **Cell & Row Context Flyout**: Provides context flyouts for cells and rows to allow quick actions.
2523

2624
## Uno Platform Support
2725
`WinUI.TableView` is compatible with the [Uno Platform](https://platform.uno/), enabling you to use the control across multiple platforms.
28-
29-
</div>

0 commit comments

Comments
 (0)