Sha256: 0c6a7f153fbf45e190015c7bdf004b4a0c4076c2494a59bfa4e9d1ef4f81ca75
Contents?: true
Size: 596 Bytes
Versions: 5
Compression:
Stored size: 596 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 handleDataTableAutofill = function() { "use strict"; if ($('#data-table-autofill').length !== 0) { $('#data-table-autofill').DataTable({ autoFill: true, responsive: true }); } }; var TableManageAutofill = function () { "use strict"; return { //main function init: function () { handleDataTableAutofill(); } }; }(); $(document).ready(function() { TableManageAutofill.init(); });
Version data entries
5 entries across 5 versions & 1 rubygems