Hi,
I have a requirement that requires variable number of columns. Can you use column width as the way to hide certain columns?
Thanks,
Hello Yzbythesea,
You can use the "rendered" attribute of the ig:column to deside wether you want to display or not. It takes a boolean value and setting its value to 'false' will not render the column.
Hope it helps you.
Roshan