exclude individual columns from export
Brought to you by:
fgiust
It would be very useful if display tag included ability to
specify export flag on column level with default
value "true". This will help to filter out unwanted columns
from the exportorted table. For example, the following
column can be excluded from table export:
<display:column property="link" title="Link to User Info" export="false"></display:column>