Hide a table column
I have a table with 4 columns, the last two contain Palette controls that are only to be used during specific flow activities. I know I can disable the individual controls with a for loop, but is there way to hide the entire columns, including the column headers, via javascript? If you do just the control name without an array index, you get an error stating the javascript array does not support the "visible" property.
0
Please sign in to leave a comment.
Comments
0 comments