I’m seeing something that might be a bug, or might be a changed feature I’m not understanding properly.
Up until last week, if I looked at a node’s input or output in “Table” view, and hovered over a table header, I could see a button like a pair of up and down arrows. If I clicked it, it would “focus” that column, by cutting off large blocks of data in other columns so it was easier to scroll up and down through the focussed column.
I was using this quite a lot, as my workflow has one column with a big block of JSON data, alongside a bunch of columns with simpler values. I often want to hide the JSON block so I can see more values in the simpler columns.
Since the n8n upgrade to [email protected] last week, I can no longer see this button:
The button I’m looking for used to look something like this:
I can’t see anything related to this in Release notes | n8n Docs . I’ve tried Googling it to see if this was a deliberate change, but I can’t get any information on this table view in the UI (just the Data Tables database-ish feature, which is different).
It’s hard to narrow down my search further because I can’t remember what the feature was called — even knowing the name of it might help me work this out.
What is the error message (if any)?
No error message that I can see; the button is just gone.
Please share your workflow & Share the output returned by the last node
I can see this in multiple unrelated workflows (as in, I could see the button in multiple different workflows, and and now I can’t in any of them). I don’t think it’s workflow- or data-specific.
Yeah this looks like a regression from the 2.9.0 editor refactor rather than an intentional removal, there’s nothing in the release notes about it being taken out. I’d file a bug on GitHub at GitHub · Where software is built and mention it disappeared after upgrading to 2.9.x, the feature was called something like “maximize column” or “focus column” in the table view header. The n8n team probably just doesn’t know it broke since it’s a pretty niche UI thing that wouldn’t be caught by automated tests easily.
Hey, yeah that column focus button was definitely a real thing, you’re not imagining it. I don’t see anything in the 2.9.x release notes about it being intentionally removed so this is probably a regression that slipped in with the UI changes they made in that release. I’d file a bug on the n8n GitHub repo (GitHub · Where software is built) since there doesn’t seem to be one tracking this yet, the more detail you include the better since the feature was kind of obscure and they might not realize it broke. In the meantime switching to JSON view and using ctrl+F is clunky but works if you need to find specific values without that giant JSON column getting in the way.
@Isikyus_BN i think the feature you are looking forvwas called “Column Focus” or “Focus Column” it allowed you to collapse other columns to focus on one specific column’s data.
I’ve also marked the topic as solved based on your answers. The actual bug isn’t really solved, but if it’s indeed an n8n regression I don’t think there’s much more to cover here on the forum.