I am constructing a flexdashboard
app in R
, but DataTable
overwrites my custom css.
Is there a way I can pass an argument to DataTable
in Shiny
to disable loading the DataTable css: dt-core-1.10.12/css/jquery.dataTables.min.css
? The problem is that jquery
pushes in unwanted css in the html upon rendering the table, overwriting some of my custom written css