buttons: [
'update'
],
$.fn.dataTable.ext.buttons.update = {
text: '上传',
action: function ( e, dt, node, config ) {
//dt.ajax.reload();
//alert(1)
$("#updateModal").modal("show");
$("#updateContent .uploadfile").css('display', 'block');
}
};