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 Mar 5, 2024
1 parent 78cdbd2 commit e0d0b9d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
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.

### 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)
![image](https://github.com/w-ahmad/WinUI.TableView/blob/main/screenshots/Editing1.png)
![image](https://github.com/w-ahmad/WinUI.TableView/blob/main/screenshots/Editing2.png)

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

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

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

### Exporting
(Coming soon)
- TableView selected rows or all rows can be exported to comma delimited (csv) file.

### Column Types
1. TableViewTextColumn
Expand Down

0 comments on commit e0d0b9d

Please sign in to comment.