Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
w-ahmad authored Feb 18, 2024
1 parent b18c545 commit d4a1b43
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,26 @@
# WinUI.TableView
TableView for WinUI is derived from ListView and has basic functionalities like editing, column resizing, sorting and multi sorting.
TableView for WinUI is derived from ListView and is blazing fast data loading. Internally it uses it's own implementation of AdvancedCollectionViewSource from CommunityToolkit as ItemsSource.

## Multi Sorting
### Editing
![image](https://github.com/w-ahmad/WinUI.TableView/assets/17172092/31cbf22d-be74-4ea9-83ac-a18648630282)
![image](https://github.com/w-ahmad/WinUI.TableView/assets/17172092/c8ac6b98-c0bc-4dc7-9caa-c5a90c2b9b6e)

### Sorting
![image](https://github.com/w-ahmad/WinUI3.TableView/assets/17172092/52fc3607-daae-4c63-8edb-05269397f53a)

### Excel like Filter
![image](https://github.com/w-ahmad/WinUI.TableView/assets/17172092/d4a8126b-f324-4451-ab34-d19034e2e4f3)

### Options button
![image](https://github.com/w-ahmad/WinUI.TableView/assets/17172092/8c804dcf-8324-489b-aad5-a9981868b631)

### Exporting
(Coming soon)

### Column Types
1. TableViewTextColumn
2. TableViewNumberColumn
3. TableViewCheckBoxColumn
4. TableViewToggleSwitchColumn
5. TableViewComboBoxColumn
6. TableViewTemplateColumn

0 comments on commit d4a1b43

Please sign in to comment.