I'm stucked in a problem deleting the bottom information of a datable, I have just find a JS script that make it doable, but I dont know how to apply it to my R code in Shiny.
$(document).ready(function() {
  var table = $('#Example').dataTable({
    "bPaginate": false,
    "bLengthChange": false,
    "bFilter": true,
    "bInfo": false,
    "bAutoWidth": false 
  });
});
 
     
    