AppFlowy
AppFlowy copied to clipboard
[Bug] Changing any field in a sorted Grid removes the modified row from proper sort order
Bug Description
Basically as the title says: If a Grid is sorted, changing any field in a row - even if that field is not part of the sort - removes the row from proper sort order and places it at the bottom of the Grid.
How to Reproduce
- Create a Grid
- Add some data (at least 2 rows will be necessary to see this in effect)
- Add a sort to the Grid
- Modify the first row, changing a field that is not part of the applied sort
- Note the field is placed at the bottom of the Grid
Expected Behavior
- Changing a field should always properly apply the correct sorts and filters
- Changing a field that is not part of any sort or filter in the current view should have no effect
Operating System
Windows
AppFlowy Version(s)
0.8.8
Screenshots
https://github.com/user-attachments/assets/7d39f2ee-c7d0-4e8b-acb0-484c1bd10ab9
Additional Context
No response
I was just going to create the same bug. it's really annoying and it's a basic functionality for a grid that can ruin other features of it if it's not fixed in time.
The web app doesn't have this issue.