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

DT tables with language option do not render #456

Open
olivierISCIII opened this issue Feb 21, 2025 · 0 comments
Open

DT tables with language option do not render #456

olivierISCIII opened this issue Feb 21, 2025 · 0 comments

Comments

@olivierISCIII
Copy link

olivierISCIII commented Feb 21, 2025

For some reason, DT tables are not rendered when the language option was specified.
Note that the table is rendered when no page layout is specified.
Here is a reproducible example:

---
title: "issue flexdashboard"
output: 
  flexdashboard::flex_dashboard:
    orientation: columns
    vertical_layout: fill
---

Page 1
=====================================  

other attached packages:
[1] DT_0.33             flexdashboard_0.6.2


### Tabla
```{r}
require(DT)
datatable(iris,options = list(language = list(url = 'https://cdn.datatables.net/plug-ins/2.0.2/i18n/es-ES.json'))) 
```

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