Sha256: 3d4bb69c6a5826b534ed5bbb484bc24be7142cf716fc8cd8a004e6178d3b9abb
Contents?: true
Size: 288 Bytes
Versions: 1
Compression:
Stored size: 288 Bytes
Contents
$(function () { $('.js-basic-example').DataTable({ responsive: true }); //Exportable table $('.js-exportable').DataTable({ dom: 'Bfrtip', responsive: true, buttons: [ 'copy', 'csv', 'excel', 'pdf', 'print' ] }); });
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jinda_bsb-0.0.1 | lib/generators/jinda_bsb/templates/app/assets/jinda_assets/js/pages/tables/jquery-datatable.js |