ok
Direktori : /home2/selectio/public_html/lilyexpresslive/software/admin/js/ |
Current File : /home2/selectio/public_html/lilyexpresslive/software/admin/js/export.js |
$( document ).ready(function() { $(".dataExport").click(function() { var exportType = $(this).data('type'); $('#dataTable').tableExport({ type : exportType, escape : 'false', ignoreColumn: [] }); }); });