To disable the Show Records label, use bInfo, for example: bFilter is a search component, but is active by default.
$(document).ready( function () { $('#example').dataTable( { "bInfo": false } ); } );
Enable or disable the display of table information. This shows information about the data that is currently visible on the page, including information about the filtered data if this action is performed.
steffanjj Nov 25 '15 at 15:24 2015-11-25 15:24
source share