Adding cell/column borders in Datatable ? (RShiny/Datatable intergration)
Adding cell/column borders in Datatable ? (RShiny/Datatable intergration)
xingxin3821
Posts: 1Questions: 1Answers: 0
in DataTables
Hi guys,
I'm trying to use the renderDataTable function in Shiny to display a table. Any idea how to add column borders and the thousand-separator?
Thanks in advance!
This discussion has been closed.
Answers
What
renderDataTable
function? Is that something specific to Shiny? You might be best asking in whatever support channel Shiny offers.For cell borders, in DataTables you would use the cell-border</code>">
cell-border
class.Allan