gpt4 book ai didi

r - 在 R 中使用带有 Shiny 的 flexdashboard 使 DT (DataTable) 响应

转载 作者:行者123 更新时间:2023-12-05 06:19:07 25 4
gpt4 key购买 nike

以下示例(文件 ex.Rmd)在窗口宽度较小时产生水平滚动条。有什么方法可以使表格完全响应,即删除水平滚动并在折叠信息下添加列?

    ---
title: "Untitled"
output:
flexdashboard::flex_dashboard:
orientation: rows
vertical_layout: fill
runtime: shiny
editor_options:
chunk_output_type: console
---

```{r setup, include=FALSE}
library(flexdashboard)
library(DT)
```

Menu
=======================================================================

Row
-----------------------------------------------------------------------

### Testing

```{r}
renderDT(head(mtcars), extensions = c('Responsive'))
```

Result of small window

最佳答案

怎么样

renderDT({
datatable(head(mtcars), extensions = c('Responsive'),
options = list(responsive = TRUE))
})

关于r - 在 R 中使用带有 Shiny 的 flexdashboard 使 DT (DataTable) 响应,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60958030/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com