Skip to content

v1.0.0

Compare
Choose a tag to compare
@w-ahmad w-ahmad released this 20 Apr 19:24
· 126 commits to main since this release

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