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

Preserving order or column and row entries? #70

Closed
corvana-nbaker opened this issue Jan 15, 2018 · 3 comments
Closed

Preserving order or column and row entries? #70

corvana-nbaker opened this issue Jan 15, 2018 · 3 comments

Comments

@corvana-nbaker
Copy link
Contributor

Is there a way of setting the sorting algorithm in play? My initial data is sorted properly, but upon pivot seems to be randomized (though consistent).

@pat310
Copy link
Owner

pat310 commented Jan 17, 2018

Right now the data gets sorted before pivoting just using the native javascript array sort method. I could set it up so this doesn't happen automatically or so that it could optionally take some sort callback...

@corvana-nbaker
Copy link
Contributor Author

A delegate function would be great! I'll link the source over and test it with a no-op.

@pat310
Copy link
Owner

pat310 commented May 3, 2018

Closed in #71

@pat310 pat310 closed this as completed May 3, 2018
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

No branches or pull requests

2 participants