[GH-ISSUE #638] [FR] Filter row #269

Closed
opened 2026-03-23 20:34:42 +00:00 by mirror · 0 comments
Owner

Originally created by @appflowy on GitHub (Jul 19, 2022).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/638

Originally assigned to: @appflowy on GitHub.

When performing filter on the grid, we need to cache the filter result and notify the frontend which row visibility was changed.
The row visibility is determined by its cells' content.

  • Get cell display content when the cell was changed in the backend
  • Check and cache the visibility of each row after the cell was changed.
  • Add unit test for filter test
  • Notify frontend to hide or show the row
Originally created by @appflowy on GitHub (Jul 19, 2022). Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/638 Originally assigned to: @appflowy on GitHub. When performing filter on the grid, we need to cache the filter result and notify the frontend which row visibility was changed. The row visibility is determined by its cells' content. - [x] Get cell display content when the cell was changed in the backend - [ ] Check and cache the visibility of each row after the cell was changed. - [ ] Add unit test for filter test - [ ] Notify frontend to hide or show the row
mirror 2026-03-23 20:34:42 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#269
No description provided.