mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2026-03-24 12:56:59 +00:00
[GH-ISSUE #3028] [FR] Hiding columns in a grid view #1324
Labels
No labels
2024
2025
2026
acct mgmt
AI
automation
bug
calendar
ci
CJK
cloud
code-block
collaboration
copy-paste
database
data migration
data sync
deploy
desktop
develop
develop
documentation
duplicate
editor
editor-plugin
emoji
export
files
flutter-only
follow-up
formula
good first issue for devs
good first issue for experienced devs
grid
hacktoberfest
HACKTOBERFEST-ACCEPTED
help wanted
i18n
icons
images
importer
improvements
infra
install
integrations
IR
kanban board
login
look and joy
mentorship
mobile
mobile
needs design
new feature
new feature
non-coding
notes
notifications
onboarding
organization
P0+
permission
platform-linux
platform-mac
platform-windows
plugins
program
pull-request
Q1 25
Q1 26
Q2 24
Q2 25
Q3 24
Q3 25
Q4 24
Q4 25
react
regression
rust
rust
Rust-only
Rust-only
Rust-starter
Rust-starter
self-hosted
shortcuts
side panel
slash-menu
sync v2
table
tablet
task
tauri
templates
tests
themes
translation
v0.5.6
v0.5.8
v0.5.9
v0.6.0
v0.6.1
v0.6.4
v0.6.7
v0.6.8
v0.7.1
v0.7.4
v0.7.4
v0.7.5
v0.7.6
v0.7.7
v0.7.8
v0.8.0
v0.8.4
v0.8.5
v0.8.9
web
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
AppFlowy-IO/AppFlowy#1324
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mskorkowski on GitHub (Jul 19, 2023).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/3028
Originally assigned to: @richardshiue, @appflowy on GitHub.
Description
When writing note you can reference a grid. I have a grid where every row has lots of properties (10 columns). I have a document where I would like to reference the same grid but in different context. Whenever I reference a grid in the document new view is created. I would like to be able to select which columns are visible separately for every view. This would make a document view clean and show only relevant data.
Now there are two choices
Impact
Everybody who needs to create a document about slightly more complex data
Additional Context
I must create a document about the history of an it project and how much we've estimated the project would cost vs it's real costs. I've created a grid where the first column is the project name and other columns represent different costs and cost estimations. Keeping multiple grids in sync when you discover new things as you go with writing a comparison is an error prone adventure.
@LucasXu0 commented on GitHub (Jul 20, 2023):
Hey, @mskorkowski. Do you mean that you want to synchronize the filter and sort between different referenced views?
@mskorkowski commented on GitHub (Jul 21, 2023):
Definitely not. Filter selects rows, order defines in which order they are visible and I'm taking about the structure of the view row (which columns aka properties are visible). For me visibility of columns should behave like filters and sort when they are applied on the view bases.
To make myself clear I'm going to present trivial example. In the document example I'm going to use horizontal separator to show where are the document blocks present.
Grid 'DATA' contains
Since every reference to the grid from the document creates new view of the data, I have two views. First one 'HEIGHT' and second 'AGE'.
Let's assume I have a document like this
Now if I hide an 'Age' column in the 'HEIGHT' view it becomes hidden in the 'DATA' and 'AGE' views. So my document becomes
And I would expect it to be
[EDIT] Fixed styling of sample documents
@annieappflowy commented on GitHub (Jul 24, 2023):
Hi @mskorkowski , very much appreciate your detailed explanation. I fully understand your needs. Hiding properties in view not across views of the same database should definitely be supported. I've assigned @appflowy to work on it.
@annieappflowy commented on GitHub (Sep 4, 2023):
Hi @mskorkowski , the request you submitted is completed. Please give it a try with the latest release.
@mskorkowski commented on GitHub (Sep 7, 2023):
Impressive. It helps a lot
🚀