I use shiny with rhandsontable and bootstrapPage. I want to disable the table footer (show entries and search). I tried adding
tags$head(tags$style("tfoot {display: none;}")),
in my shinyUI, but it didn't do anything. Any ideas?
I use shiny with rhandsontable and bootstrapPage. I want to disable the table footer (show entries and search). I tried adding
tags$head(tags$style("tfoot {display: none;}")),
in my shinyUI, but it didn't do anything. Any ideas?