Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Hide a Column Based on Parameter
micajblock
The code is very somple and is in the onPrepare event of the table.
if (params["displayQuantity"] == false){ this.getColumn(3).getStyle().display = "none"; }
Find more posts tagged with
Comments
There are no comments yet