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)
Javascript to show / hide birt table column
anir
Hi,
I need to show / hide a column in a birt table through Javascript. Is that possible?
Thanks,
Find more posts tagged with
Comments
BirtRunn
I hope I understood you correctly.
You can do that. You can set visibility option of required column of table. Then in the expression box you can provide java script so that depending upon result of condition BIRT will hide or show the column.
JasonW
Using the visibilty expression is the best approach as all the items will be hidden. If you want to use client side script look at:
http://www.birt-exchange.org/org/devshare/designing-birt-reports/1232-collapse-columns-with-client-side-script/
This will only hide the column for the currently displayed page though.
Jason