Avalonia.Controls.TreeDataGrid
Avalonia.Controls.TreeDataGrid copied to clipboard
Allow to "unsort" columns
Once you have clicked on a column to sort it (maybe by accident), there is no way to undo the sort. You can only change the order. But there is no way to return to the original order.
This can become an issue because sorting has a massive impact on the performance if the source collection is updated very frequently.