Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement of Grid Export Features #54

Closed
kartik-v opened this issue Jul 10, 2014 · 0 comments
Closed

Enhancement of Grid Export Features #54

kartik-v opened this issue Jul 10, 2014 · 0 comments

Comments

@kartik-v
Copy link
Owner

Enhance grid export features to include:

  1. 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 or Inactive after export.
  2. 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 for html export format.
    • skip-export-csv: Will skip this element during export for csv export format.
    • skip-export-txt: Will skip this element during export for txt export format.
    • skip-export-xls: Will skip this element during export for xls (excel) export format.

These CSS can be set virtually anywhere. For example headerOptions, contentOptions, beforeHeader etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant