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

Sorting problem when exporting data #941

Closed
re1naldo opened this issue Feb 25, 2016 · 1 comment
Closed

Sorting problem when exporting data #941

re1naldo opened this issue Feb 25, 2016 · 1 comment
Assignees
Labels

Comments

@re1naldo
Copy link

How to reproduce issue:

  1. Sort data with different order than initial setup.
  2. Do the export operation.

Result:

  1. Data in CSV is sorted by ID (descending).
  2. The exported result only contains data from the first page.

Expected result:

  1. Data in CSV is sorted properly.
  2. The exported result contains data from all pages.
@fzaninotto fzaninotto self-assigned this Mar 3, 2016
fzaninotto added a commit that referenced this issue Mar 3, 2016
@fzaninotto
Copy link
Member

I can reproduce the sorting problem, not the pagination problem.

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

No branches or pull requests

2 participants