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

Background > Technical definitions: Use newer Bootstrap version for DT #22

Open
fkohrt opened this issue Aug 21, 2024 · 0 comments
Open

Comments

@fkohrt
Copy link
Contributor

fkohrt commented Aug 21, 2024

When providing the style = "bootstrap4", one can use a newer Bootstrap version for DT tables:

DT::datatable(iris, style = "bootstrap4")

Relevant here:

```{r}
installed.packages(priority = c("base", "recommended")) %>%
as_tibble() %>%
select(Package, Version, Priority, Depends, Imports) %>%
DT::datatable(options = list(paging=TRUE, scrollY = '300px', pageLength = 11))
```

@fkohrt fkohrt changed the title Use newer Bootstrap version for DT Background > Technical definitions: Use newer Bootstrap version for DT Aug 21, 2024
@fkohrt fkohrt mentioned this issue Aug 21, 2024
10 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant