代码拉取完成,页面将自动刷新
同步操作将从 Jeexu/Easyui框架-右键拷贝+datagrid导出为xlsx文件 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Easyui右键copy功能练习</title>
<link rel="stylesheet" href="./easyui/themes/default/easyui.css" />
<link rel="stylesheet" href="./easyui/themes/icon.css" />
<script src="./easyui/jquery.min.js"></script>
<script src="./easyui/jquery.easyui.min.js"></script>
</head>
<body>
<table id="tt" class="easyui-datagrid">
<thead>
<tr>
<th data-options="field:'code'">编码</th>
<th data-options="field:'name'">名称</th>
<th data-options="field:'qita'">其他</th>
<th data-options="field:'price'">价格</th>
</tr>
</thead>
<tbody>
<tr>
<td>001</td>
<td>名称1</td>
<td>为的撒旦\n为为</td>
<td>2323</td>
</tr>
<tr>
<td>002</td>
<td>名称2</td>
<td></td>
<td>4612</td>
</tr>
<tr>
<td>002</td>
<td>名称2</td>
<td>ewqew</td>
<td>4613</td>
</tr>
</tbody>
</table>
<button id="change">改变</button>
<script>
$("#change").click(function () {
$("#tt").datagrid({
nowrap: false,
columns: [
[
{ field: "id", title: "id" },
{ field: "text", title: "text",width:80, },
],
],
data: data,
onRowContextMenu: function (e, index, row) {
onRowContextMenu_Copy.call(this, e, index, row);
},
});
});
let data = [
{
id: 1,
text: `1、任务
2、管理
3、其他`,
},
{
id: 2,
text: "得瑟得瑟",
},
];
$("#tt").datagrid({
nowrap: true,
rownumbers: true,
onRowContextMenu: function (e, index, row) {
onRowContextMenu_Copy.call(this, e, index, row);
},
});
</script>
<script src="./copyEasyuiDatagridToClipboard.js"></script>
</body>
</html>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。