$ 0 0 hello i want to Disable paging,ordering,info,search properties along with column definition like this $(document).ready(function() { var table = $('#stb1').DataTable({ "paging": false, "ordering": false, "info": false, "search": false } ); table.columns: [ { "data": "Qty" }, { "data": "Des" }, { "data": "Price"}, { "data": "Payable" }] }); how can i do?