diff --git a/README.md b/README.md index a84da26..3f6ff63 100644 --- a/README.md +++ b/README.md @@ -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