rpivotTable: Dropdown list problem when passing bs_theme()'s options
Nobody has claimed this yet.
- Dominant language
- SCSS
- Stars
- 569
- Forks
- 72
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 5
Description
The little arrow icons near the rpivotTable's grouping categories, that open the dropdown selection lists, do not work when using bslib's bootstrap 4 themes in rmarkdown
However, there is no problem with the aggregators or renderers dropdown arrows.
NOT working
---
output:
html_document:
theme:
version: 4
bootswatch: minty
---
That works OK
---
output:
html_document:
theme: flatly
---
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue in an R Markdown document using bslib's Bootstrap 4 minty theme, then compare it with the flatly theme where the arrows work. Trace the grouping-category dropdown behavior in rpivotTable and verify that its arrow icons open the lists without breaking the aggregator or renderer dropdowns.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- bootstrap, r, sass
- Domain
- frontend, web-dev
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100