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

sort is deprecated in reactivetable #45

Open
ethers opened this issue Jul 10, 2015 · 0 comments
Open

sort is deprecated in reactivetable #45

ethers opened this issue Jul 10, 2015 · 0 comments
Labels

Comments

@ethers
Copy link
Owner

ethers commented Jul 10, 2015

sortOrder should be a positive number, and the primary sort will be the field with the lowest sortOrder. sortDirection should be 1 for ascending or -1 for descending. Either of these can also be a ReactiveVar, which will be updated whenever the user changes the sorting, and will update the table whenever it's changed.

@ethers ethers added the ready label Jul 10, 2015
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

1 participant