Andrie de Vries
Andrie de Vries
If you tell me that I need to modify `sortable` objects as we emit these from the package, I can do that. What is the format for *"HTML dependencies in...
In case it helps, I do in fact have a `.venv` folder in the project where the problem occurred. I requested the databot to inspect the `data` folder, but it...
I discovered that my problem happened because my project contains a python `.venv` folder as well as an R `renv` folder. Most of the payload that described the tree view...
Interesting. I wouldn't expect this to work, since sortable provides an htmlwidget for use with shiny. Thus behaviour in a standard quarto doc will be undefined, even if it doesn't...
You are missing the server: shiny directive in your yaml. On Mon, 30 Dec 2024, 22:24 Robert Kubinec, ***@***.***> wrote: > After playing around, the problem is that sortable_js has...
Adding the documentation label as a reminder to write some guidance for using in a quarto doc.
Thank you for this report. I have pushed a change to the `dev` branch (without any changes to tests). Could you please check out dev and let me know if...
Interesting question. I don't think there is any built-in way to do this. It may be possible to solve this by having event listeners that modify the list, using `update_sortable_list()`,...
Thank you. This looks very promising. However, I found one problem: it doesn't seem to be possible to update an empty `rank_list()`. You can reproduce this using the modified example...
FYI, I'm going to switch my attention to this topic. I'm going to start by reviewing your approach, and have one idea in mind to deal with setting empty `labels`....