Sha256: 3a9faf42edcd267b8cdfcb7bdb8ec61572d04efa879e058d1788c74fa9266efc
Contents?: true
Size: 895 Bytes
Versions: 5
Compression:
Stored size: 895 Bytes
Contents
/* Template Name: Color Admin - Responsive Admin Dashboard Template build with Twitter Bootstrap 5 Version: 5.1.5 Author: Sean Ngu Website: http://www.seantheme.com/color-admin/ */ var handleDataTableButtons = function() { "use strict"; if ($('#data-table-buttons').length !== 0) { $('#data-table-buttons').DataTable({ dom: '<"row"<"col-sm-5"B><"col-sm-7"fr>>t<"row"<"col-sm-5"i><"col-sm-7"p>>', buttons: [ { extend: 'copy', className: 'btn-sm' }, { extend: 'csv', className: 'btn-sm' }, { extend: 'excel', className: 'btn-sm' }, { extend: 'pdf', className: 'btn-sm' }, { extend: 'print', className: 'btn-sm' } ], responsive: true }); } }; var TableManageButtons = function () { "use strict"; return { //main function init: function () { handleDataTableButtons(); } }; }(); $(document).ready(function() { TableManageButtons.init(); });
Version data entries
5 entries across 5 versions & 1 rubygems