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

initial click on a header uses sortInitialOrder #96

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Fuzzwah
Copy link

@Fuzzwah Fuzzwah commented Oct 4, 2015

Behavior before this change:

  1. click header_X, table is resorted by header_X_col in sortInitialOrder
  2. click header_Y, table is resorted by header_Y_col in sortInitialOrder
  3. click header_X again, table is resorted by header_X_col in opposite of sortInitialOrder
  4. click header_Y again, table is resorted by header_Y_col in opposite of sortInitialOrder

Behavior after this change:

  1. click header_X, table is resorted by header_X_col in sortInitialOrder
  2. click header_Y, table is resorted by header_Y_col in sortInitialOrder
  3. click header_X again, table is resorted by header_X_col in sortInitialOrder
  4. click header_Y again, table is resorted by header_Y_col in sortInitialOrder

Behavior before this change: 

1) click header_X, table is resorted by header_X_col in sortInitialOrder
2) click header_Y, table is resorted by header_Y_col in sortInitialOrder
3) click header_X again, table is resorted by header_X_col in opposite of sortInitialOrder
4) click header_Y again, table is resorted by header_Y_col in opposite of sortInitialOrder

Behavior after this change: 

1) click header_X, table is resorted by header_X_col in sortInitialOrder
2) click header_Y, table is resorted by header_Y_col in sortInitialOrder
3) click header_X again, table is resorted by header_X_col in sortInitialOrder
3) click header_Y again, table is resorted by header_Y_col in sortInitialOrder
initial click on a header uses sortInitialOrder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant