[GH-ISSUE #8383] [Bug] Row and column order changes after duplicating a page with Grid #3785

Open
opened 2026-03-23 21:33:12 +00:00 by mirror · 1 comment
Owner

Originally created by @MasoudKhanalizadeh on GitHub (Dec 8, 2025).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/8383

Bug Description

When I duplicate a page that contains a Grid, the order of rows and columns in the duplicated page is different from the original page.
The content is still there, but the layout (ordering) is messed up.

How to Reproduce

Create a new page.

Add a Grid and define several columns (e.g., A, B, C, D).

Add multiple rows with data.

Duplicate this page.

Open the duplicated page and compare the Grid with the original one.

Expected Behavior

After duplication, the order of rows and columns in the Grid should be exactly the same as in the original page.

Only the data should be copied; the structure and ordering should remain unchanged.

Operating System

Windows 11

AppFlowy Version(s)

0.10.6 (official build)

Screenshots

No response

Additional Context

No response

Originally created by @MasoudKhanalizadeh on GitHub (Dec 8, 2025). Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/8383 ### Bug Description When I duplicate a page that contains a Grid, the order of rows and columns in the duplicated page is different from the original page. The content is still there, but the layout (ordering) is messed up. ### How to Reproduce Create a new page. Add a Grid and define several columns (e.g., A, B, C, D). Add multiple rows with data. Duplicate this page. Open the duplicated page and compare the Grid with the original one. ### Expected Behavior After duplication, the order of rows and columns in the Grid should be exactly the same as in the original page. Only the data should be copied; the structure and ordering should remain unchanged. ### Operating System Windows 11 ### AppFlowy Version(s) 0.10.6 (official build) ### Screenshots _No response_ ### Additional Context _No response_
Author
Owner

@annieappflowy commented on GitHub (Jan 13, 2026):

Need to handle these two cases differently:

  1. with linked views
  2. with data source
<!-- gh-comment-id:3741528021 --> @annieappflowy commented on GitHub (Jan 13, 2026): Need to handle these two cases differently: 1. with linked views 2. with data source
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#3785
No description provided.