PromucFlow_constructor/app/client/src/pages
Keyur Paralkar b22ad3a769
feat: added column freeze and unfreeze functionality to table widget (#18757)
**PRD**:
https://www.notion.so/appsmith/Ability-to-freeze-columns-dd118f7ed2e14e008ee305056b79874a?d=300f4968889244da9f737e1bfd8c06dc#2ddaf28e10a0475cb69f1af77b938d0b

This PR adds the following features to the table widget:

- Freeze the columns to the left or right of the table.(Both canvas and
page view mode).
- Unfreeze the frozen columns. (Both canvas and page view mode).
- Columns that are left frozen, will get unfrozen at a position after
the last left frozen column. (Both canvas and page view mode).
- Columns that are right frozen, will get unfrozen at a position before
the first right frozen column. (Both canvas and page view mode).
- Column order can be persisted in the Page view mode.
- Users can also unfreeze the columns that are frozen by the developers.
- Columns that are frozen cannot be reordered(Both canvas and page view
mode)
- **Property pane changes (Columns property)**:
- If the column is frozen to the left then that column should appear at
top of the list.
- If the column is frozen to the right then that column should appear at
the bottom of the list.
- The columns that are frozen cannot be moved or re-ordered in the list.
They remain fixed in their position.
- In-Page mode, If there is a change in frozen or unfrozen columns in
multiple tables then the order of columns and frozen and unfrozen
columns should get persisted on refresh i.e. changes should get
persisted across refreshes.
2023-02-15 17:12:46 +05:30
..
Applications fix: viewing forkable apps routing to login for non signed in users (#19966) 2023-01-23 15:28:45 +05:30
AppViewer feat: List V2 (#15839) 2023-02-14 17:07:31 +01:00
common fix: Conditionally call for profile photo api (#20306) 2023-02-15 13:09:50 +05:30
Editor feat: added column freeze and unfreeze functionality to table widget (#18757) 2023-02-15 17:12:46 +05:30
Settings feat: Renamed design system package (#19854) 2023-01-23 09:20:47 +05:30
setup feat: Renamed design system package (#19854) 2023-01-23 09:20:47 +05:30
Templates fix: fork template button not visible on page refresh (#20388) 2023-02-10 11:41:35 +05:30
tests feat: Renamed design system package (#19854) 2023-01-23 09:20:47 +05:30
UserAuth feat: Renamed design system package (#19854) 2023-01-23 09:20:47 +05:30
UserProfile chore: Remove Maps API Key env variable for client (#19486) 2023-02-07 14:53:15 +05:30
users chore: code split usage and billing files (#19436) 2023-01-10 11:09:15 +05:30
workspace feat: Renamed design system package (#19854) 2023-01-23 09:20:47 +05:30
utils.ts fix: AppViewer init and page fetch logic (#14294) 2022-06-10 18:22:59 +00:00