Quantcast
Channel: Free community support — DataTables forums
Viewing all articles
Browse latest Browse all 35590

How to hide filter and table information

$
0
0

Hi,

How can I hide filter and table information? My codes is as below.

$(document).ready(function() { var table = $('#example').DataTable( { scrollY: "300px", scrollX: true, scrollCollapse: true, paging: false } ); new $.fn.dataTable.FixedColumns( table, { leftColumns: 2 } ); } );

Viewing all articles
Browse latest Browse all 35590

Trending Articles