var dataTables = $('#dataTable').DataTable({ initComplete: function () { this.api().columns([2,3,4]).every( function () { var column = this; var select = $('') .appendTo( $(column.footer()).empty() ) .on( 'change', function () { var val = $.fn.dataTable.util.escapeRegex( $(this).val() ); column .search( val ? '^'+val+'$' : '', true, false ) .draw(); }); column.data().unique().sort().each( function ( d, j ) { var val = $('
').html(d).text(); if (val.length>29) { filtremetin = val.substr(0,30)+"..."; } else { filtremetin=val; } select.append( '' ) }); }); }, 'columnDefs': [ { 'targets': 0, 'checkboxes': { 'selectRow': true } } ], 'select': { 'style': 'multi' }, "ordering": true, //Tabloda sıralama özelliği gözüksün mü? true veya false "searching": true, //Tabloda arama yapma alanı gözüksün mü? true veya false "lengthChange": true, //Tabloda öğre gösterilme gözüksün mü? true veya false "info": true, dom: "<'row mobilgizleexport gizlemeyiac'<'col-md-6'l><'col-md-6'f><'col-md-4 d-none d-print-block'B>>rtip", buttons: [ { extend: 'copyHtml5', className: 'kopyalama-buton', messageBottom: "Elock2 Customer Service", }, { extend: 'excelHtml5', className: 'excel-buton', messageBottom: "Elock2 Customer Service", }, { extend: 'pdfHtml5', className: 'pdf-buton', messageBottom: "Elock2 Customer Service", }, { extend: 'csvHtml5', className: 'csv-buton', messageBottom: "Elock2 Customer Service", } ] });