I am using DataTable on my application.
I want to hide the detail in the bottom left, how do I do that ?
"Showing 1 to 10 of 1,657 entries (filtered from 9,044 total entries)"
Here is my settings :
$('#inventory_related').dataTable({
"lengthMenu": [ 10 ] ,
"bLengthChange": false,
"searchHighlight": true
});