datatabels buttons

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');
  }
};

posted @ 2017-06-13 15:40  教父123  阅读(265)  评论(0编辑  收藏  举报