Version 1.6.0
Date: 10-Jul-2014
- (enh #54): Grid Export Enhancements
- Ability to preprocess and convert column data to your desired value before exporting. For example convert the HTML formatted icons for BooleanColumn to user friendly text like
Active
orInactive
after export. - Hide any row or column in the grid by adding one or more of the following CSS classes:
skip-export
: Will skip this element during export for all formats (html
,csv
,txt
,xls
).skip-export-html
: Will skip this element during export only forhtml
export format.skip-export-csv
: Will skip this element during export only forcsv
export format.skip-export-txt
: Will skip this element during export only fortxt
export format.skip-export-xls
: Will skip this element during export only forxls
(excel) export format.
These CSS can be set virtually anywhere. For exampleheaderOptions
,contentOptions
,beforeHeader
etc.
- (enh #52): Upgraded float header plugin
- Enhanced panel footer to have a consistent height whether pagination is displayed or not.
BooleanColumn
icons have been setup asICON_ACTIVE
andICON_INACTIVE
constants in GridView.ActionColumn
content by default has been disabled to appear in export output. Theskip-export
CSS class has been set as default inheaderOptions
andcontentOptions
.