RinteRface / tablerDash

tabler dashboard template for shiny
https://rinterface.github.io/tablerDash/
85 stars 11 forks source link

DataTables Styling not conforming #8

Open benkates opened 4 years ago

benkates commented 4 years ago

Hi there, when I go to the tabler.io demo site I see at the bottom of the first page there is a DataTables table. When I use the R DT package in my Shiny app using tablerDash, the styling does not match this.

How might we rectify this issue? Thanks!

DivadNojnarg commented 4 years ago

DT does not use Bootstrap 4 style by default: https://datatables.net/examples/styling/bootstrap4. shiny will move on Bootstrap 4 soon so you might expect changes on DT.