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):
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.
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: