Releases: w-ahmad/WinUI.TableView
Releases · w-ahmad/WinUI.TableView
v1.0.0
WinUI.TableView v1.0.0 Release Notes
Key Features
- Auto Generate Columns
- Excel like column filter
- Export data to CSV or Implement your own export logic
- Support columns sorting
- Inline data editing
Enhancements
- Implemented AutoGenerateColumns property change handlers
- Added events for export and copy data to implement own logics
- ExportAllRowsContent
- ExportSelectedRowsContent
- CopyToClipboard
v1.0.0-preview4
- AutoGenerateColumns is here like the most grid controls has and turned on by default. To turn it off set
AutoGenerateColumns = false
. - Export options are turned off by default to turn them on you can set
ShowExportOptions = true
. - Exposed to methods to implement custom export feature.
GetAllRowsContent(bool includeHeaders, char separator)
GetSelectedRowsContent(bool includeHeaders, char separator)
- improvements to check for open flyouts on cell focus lost.
- fixes some issues where keyboard accelerators where no working properly.
v1.0.0-preview3
- added feature to export rows to (comma delimited) csv file
- fixed issues with column headers row
- fixed an issue where MenuFlyouts icons were not visible on first open
v1.0.0-preview2
- added selected rows data copy to clipboard functionality
- aligned sorting trigger with standard conventions
- added options button for bound columns to sort and filter columns
v1.0.0-preview1
v1.0.0-preview1