[PR #6871] feat: simple table issues #16028

Closed
opened 2026-03-24 21:55:07 +00:00 by mirror · 0 comments
Owner

Original Pull Request: https://github.com/AppFlowy-IO/AppFlowy/pull/6871

State: closed
Merged: Yes


Feature Preview

follow up with https://github.com/AppFlowy-IO/AppFlowy/pull/6831

  • issues
    • focus on the first cell after inserting table (test)
    • highlight the cell when editing (test)
    • creating a new row makes a cursor appear for a fraction of a second (no test required)
    • the add row button blocks the scroll bar (no test required)
    • ctrl + a to select the content inside the cell (test)
    • disable two-fingers resize in table cell (no test required)
    • + row display logic (no test required)
    • hide the action menu when hovering on add row / column button (no test required)
    • unable to click the part of the drag and drop button that is outside of the cell
      Screenshot 2024-11-28 at 15 02 44
    • popup conflicts in table more action
  • integration tests
    • create a table
    • delete a row(column)
    • insert a row(column)
    • duplicate a row(column)
    • insert left / insert right / insert above / insert below
    • enable header column/row
    • delete the table

PR Checklist

  • My code adheres to AppFlowy's Conventions
  • I've listed at least one issue that this PR fixes in the description above.
  • I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes.
  • All existing tests are passing.
**Original Pull Request:** https://github.com/AppFlowy-IO/AppFlowy/pull/6871 **State:** closed **Merged:** Yes --- <!--- Thank you for submitting a pull request to AppFlowy. The team will dedicate their best efforts to reviewing and approving your pull request. If you have any questions about the project or feedback for us, please join our [Discord](https://discord.gg/wdjWUXXhtw). --> <!--- If your pull request adds a new feature, please drag and drop a video into this section to showcase what you've done! If not, you may delete this section. --> ### Feature Preview follow up with https://github.com/AppFlowy-IO/AppFlowy/pull/6831 - [x] issues - [x] focus on the first cell after inserting table (test) - [x] highlight the cell when editing (test) - [x] creating a new row makes a cursor appear for a fraction of a second (no test required) - [x] the add row button blocks the scroll bar (no test required) - [x] ctrl + a to select the content inside the cell (test) - [x] disable two-fingers resize in table cell (no test required) - [x] + row display logic (no test required) - [x] hide the action menu when hovering on add row / column button (no test required) - [x] unable to click the part of the drag and drop button that is outside of the cell <img width="454" alt="Screenshot 2024-11-28 at 15 02 44" src="https://github.com/user-attachments/assets/b186d5ff-c17c-4789-b273-aeec9c2e1117"> - [x] popup conflicts in table more action - [x] integration tests - [x] create a table - [x] delete a row(column) - [x] insert a row(column) - [x] duplicate a row(column) - [x] insert left / insert right / insert above / insert below - [x] enable header column/row - [x] delete the table <!--- List at least one issue here that this PR addresses. If it fixes the issue, please use the [fixes](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests) keyword to close the issue. For example: fixes https://github.com/AppFlowy-IO/AppFlowy/pull/2106 --> --- <!--- Before you mark this PR ready for review, run through this checklist! --> #### PR Checklist - [x] My code adheres to [AppFlowy's Conventions](https://docs.appflowy.io/docs/documentation/software-contributions/conventions) - [x] I've listed at least one issue that this PR fixes in the description above. - [x] I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes. - [x] All existing tests are passing.
mirror 2026-03-24 21:55:07 +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#16028
No description provided.