gpt4 book ai didi

r - Shiny :无法在 Shiny 的数据表中设置列宽

转载 作者:行者123 更新时间:2023-12-05 09:20:18 27 4
gpt4 key购买 nike

我对 Shiny 和 DataTables 还很陌生,所以这可能是个愚蠢的问题。由于某种原因,我无法更改列宽。我试过了

 output$table<-DT::renderDataTable(
{withProgress(message="Compiling",
{dataInput()}
)
},
filter="top",
rownames=FALSE,
options=list(lengthMenu=c(5,10,25,50,100),
pageLength=25,
searchHighlight=TRUE,
autoWidth=TRUE,
columnDefs=list(list(width="200px",targets="_all"))
)
)

但它不起作用(我可以判断是因为列的宽度不同)。我还尝试使用旧的 aoColumnDefsbAutoWidth,并设置 autoWidth=FALSE,但都不起作用。

我的 DT 有 33 列,所以可能是因为在 Shiny 中显示 DT 时有总宽度限制?不管怎样,如果有人能帮我解决这个问题,那将是非常有帮助的。

谢谢!

最佳答案

您需要根据 https://github.com/rstudio/DT/issues/29 在选项中添加 scrollX=TRUE

关于r - Shiny :无法在 Shiny 的数据表中设置列宽,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38251456/

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