68
Views
1
Comments
Solved
Hiding table columns, Header hides but Row Cell doesn't
Application Type
Reactive
Service Studio Version
11.54.55 (Build 63233)

I have a table and I am using a process I got from the forge to show/hide columns on a table.  I'm using the design as is from the forge and it works fine. But I also want to use a configuration table to show/hide columns based on what "view" they choose. I'm able to create a column object text string that looks just like the one created from the forge's action.

The issue I'm having is it's hiding the header, but not the row cell. Data is misaligned as too many detail rows are showing.

I'm using this JS code (from the forge):

and the Column Object text looks like (formatted for readability):


It's the same exact column object as when I use the design from the forge, but when I try to execute the JS on my main form instead of from a block, it messes up.

I've been looking at this for hours.  I tried to name all of the row cell expressions (that's what ColumnRow is), but that didn't help so it's not being used now.


2025-12-15 09-29-24
Thibaut G
Solution

Hi Jeff,

You could also just hide a specific column conditionally using the "Hidden" HTML Attribute on the HeaderCell and the RowCell.
You can set the value to True or False based on an IF block:

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.