Conversation
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
|
Flaky tests detected in ce2f088. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/16809297838
|
|
Hey, took a look at this and the fields are still movable from the view config menu: Screen.Recording.2025-08-11.at.13.02.42.mov
Can you provide more info about this? What do you expect to happen? For example, the view config menu will always be present. I'll tag this as "needs design feedback" as this falls in the "configurability" camp, and I'm not sure whether this is something we want to support. |
|
@oandregal With DataViews you can pass
You can see I've turned off search, config etc. Its not a disaster if we need to leave this functionality in place, but it makes consuming DataViews more complex because we then need to track the view state. |
|
I talked with Mike and Jay about this: it's an okay configuration to have. Additionally, this brought up the use case of "non interactive" DataViews (no search, filters, no controls in table, no layout switcher, and no view config). This is doable today with the "free composition" mode, but we may want to streamline it. For now, I've pushed an update to the story at d4bfd81 so we better track where we are now. |

What?
The Table Layout allows columns to be moved left and right. To support more static views using DataViews, this allows the option to move columns left and right to be turned off via layout options.
This defaults to
trueas before. If the column header menu is empty as a result of this, the menu is now not rendered at all.If the
layoutoption is not best suited for this, please help me choose an alternative location. It should not be at field level because having a mixture of movable/not-movable columns could be confusing.Why?
I want to be able to turn off filtering, hiding, moving, and sorting on some static data views.
How?
Layout option specific to tables.
Testing Instructions
?path=/story/dataviews-dataviews--fields-no-sortable-no-hidable-no-movable.Testing Instructions for Keyboard
Screenshots or screencast
Note, move left and right is missing.