-
Notifications
You must be signed in to change notification settings - Fork 51
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
Column is not updated when columns are moved. #18
Comments
Are you calling order() yourself? Can you provide a piece of code that reproduces the issue? The |
perhaps I have a misunderstanding of the function. Is there a way to return the current column order after a user has re-ordered columns? |
@KyGuyMayor nah, you're right. I don't really use this library anymore, so I'm a bit rusty on the API. |
If you could provide a work (not working) example, I'd be happy to debug it for you (or I will happily accept a pull request that fixes the issue). |
Hi, I have try to fix it in this way. In Move the internal array elements after Colums options regenerate I inserted this code.
|
@KyGuyMayor does this fix the problem? If so, please make a PR and I'll merge in your changes. |
Sorry for the super late reply. I no longer have access to the project that was using this due to a job change. So I am unable to properly test it. I am okay with this being closed. |
When I move a column, the colReorder.order() function still returns the indexes in the default order.
The text was updated successfully, but these errors were encountered: