$(".modal-backdrop").click(function() {
      $("#dq-table-modal").remove();
      $(".modal-backdrop").remove();
      cb();
    })