Hide Table Column
CompletedI have a table that has two columns that are only to be used during a specific flow activity. I can disable/hide the individual palette controls via javascript by using a for loop. I would like to be able to actual hide the entire column, including the column header, but when I try to set the visibility by using the control name for the column without an array index (Ex: ItemCost.visible instead of ItemCost[0].visible), I get a javascript error stating the javascript array does not support the "visible" property. Is there a way to show/hide an entire table column via javascript?
-
Hi Jonathan,
Unfortunately, it is not possible to hide table columns via rules in current frevvo version. We have an enhancement ticket (#12209) open to add this ability in a future release.
Thanks.
0
Please sign in to leave a comment.
Comments
1 comment