Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

datatables hide showing entries

   // pre v1.10
   $('#example').dataTable({
       bInfo : false
   });
   
   // v1.10+
   $('#example').DataTable({
       info : false
   });
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #datatables #hide #showing #entries
ADD COMMENT
Topic
Name
6+2 =