Shrink DT::dataTableOutput Size

后端 未结 2 1275
南方客
南方客 2020-12-06 00:35

I have a shiny interface, and I use DT::dataTableOutput and DT::renderDataTable a lot. However, I wonder if there\'s a way to shrink the datatable\

2条回答
  •  独厮守ぢ
    2020-12-06 01:22

    div(DT::dataTableOutput("table"), style = "font-size:50%")
    

    for the smaller font(in UI)

提交回复
热议问题