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

Feature request: csv data export #230

Closed
endel opened this issue Jan 14, 2015 · 5 comments
Closed

Feature request: csv data export #230

endel opened this issue Jan 14, 2015 · 5 comments

Comments

@endel
Copy link
Contributor

endel commented Jan 14, 2015

It would be very useful to have a export button on list view, to export the entire result-set, or the results matching a filter.

Implementation reference here: http://stackoverflow.com/a/14966131/892698

@endel endel changed the title Feature request: data export Feature request: csv data export Jan 14, 2015
@fzaninotto
Copy link
Member

What to export? My 2c:

  • use filters (users expect, if the list displays 5 results among 500, to download only these 5)
  • don't use pagination (users expect, if the list displays 5 pages, to download all pages in a single file)

@endel
Copy link
Contributor Author

endel commented Jan 14, 2015

@fzaninotto exactly! The same configuration of fields on listView could be used for that.

@Xennis
Copy link
Contributor

Xennis commented Jan 18, 2015

Maybe just as another implementation reference: For ng-table a plugin called ng-table-export (https://github.com/esvit/ng-table-export) exists, which adds such an button.

@fzaninotto
Copy link
Member

cc @ThieryMichel

@fzaninotto
Copy link
Member

Implemented in #316

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

3 participants