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
descending order with TableColumn still ascending #6115
Comments
Can reproduce. Not sure what the issue is since the plumbing appears to all be in order. Perhaps this is a bug in Slick Grid itself. |
This should be fixed in #6180 @Pierretherenard if you have the ability to test the PR yourself it would be helpful. |
If you have time to point me in the right direction i will do it. |
@Pierretherenard Sure, there are some detailed instructions here http://bokeh.pydata.org/en/latest/docs/dev_guide/setup.html#building-bokehjs But the TLDR version is:
Then when you run your examples make sure to use the BokehJS you just built by asking for inline resources with the
|
Will this disturb the Bokeh project that I am running now? I might not be ready in time for this one. It will definitively be tested after release since it is included in my project. I know you will be happy to have it tested before. I will search how to do step 2. The clone one. |
@Pierretherenard I would suggest testing in a completely different environment (a conda environment or pip virtualenv) away from any existing "production" environments. I'm fairly certain the PR resolves the issue, so we will probably merge it in the next few days. If you don't have the ability to test before then, I understand. |
I just installed 0.12.6. Was the resolution part of the release? This is not descending. Same test. |
@Pierretherenard I think I might have misunderstood this issue. There was an error that actually caused columns to not sort correctly together in some cases, and I thought this was what you were referring to. (and that was what was fixed) I'm afraid you have misunderstood to purpose of As you can see, this parameter (which corresponds to Bokeh's |
Cool. Thank you for the explanation. |
Default_sort is ascending, I am using descending but either this is not working or I am using the wrong kind of marker for default_sort
I see:


but I should see:
Thank you
Pierre
The text was updated successfully, but these errors were encountered: