vxe-table
Version:
A PC-end table component based on Vxe UI, supporting copy-paste, data pivot table, and high-performance virtual list table solution.
15 lines (14 loc) • 394 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.crossTableDragRowInfo = void 0;
exports.getCrossTableDragRowInfo = getCrossTableDragRowInfo;
var _vue = require("vue");
// 跨表拖拽
const crossTableDragRowInfo = exports.crossTableDragRowInfo = (0, _vue.reactive)({
row: null
});
function getCrossTableDragRowInfo() {
return crossTableDragRowInfo;
}