芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/portpulselogistics.com/resources/assets/global/js/datatables/datatable.js
// active buttons export table $('body').on('click', '.buttons-export-table .dropdown-menu .btn-export', function() { var typeExport = $(this).data('export'), table_id = $(this).data('table-id'), wrapperTable = $(`#${table_id}_wrapper`); wrapperTable.find(`.buttons-${typeExport}`).click() })