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\
DT::dataTableOutput
DT::renderDataTable
div(DT::dataTableOutput("table"), style = "font-size:50%")
for the smaller font(in UI)