Preview: table-datatable.js
Size: 419 B
//proc/self/root/home/getspomw/royalsquad.us/public/admin/js/table-datatable.js
$(function() {
"use strict";
$(document).ready(function() {
$('#example').DataTable();
} );
$(document).ready(function() {
var table = $('#example2').DataTable( {
lengthChange: false,
buttons: [ 'copy', 'excel', 'pdf', 'print']
} );
table.buttons().container()
.appendTo( '#example2_wrapper .col-md-6:eq(0)' );
} );
});
Directory Contents
Dirs: 0 × Files: 17