akgulebubekir / Maui.DataGrid

DataGrid component for Maui
MIT License
261 stars 54 forks source link

Fix sorting with 8.0.6+ #171

Closed symbiogenesis closed 7 months ago

symbiogenesis commented 7 months ago

This is kind of unfortunate because an optimization that used to work is not working anymore. But it might be only of trivial importance compared to whatever virtualization is happening on the CollectionView.

Handling virtualization optimally is a potential TODO item, so I marked that in the comments.

Fixes #166 and #170