Skip to content

Commit

Permalink
fix: 1、修改演示页面; 2、修改package名称
Browse files Browse the repository at this point in the history
  • Loading branch information
cz20010427 committed May 13, 2024
1 parent bd4810d commit f1c84a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion examples/views/grid/PageProxy.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@ export default defineComponent({
resizable: false,
height: 530,
rowId: 'id',
rowConfig: { keyField: 'id' },
checkboxConfig: {
reserve: true
reserve: true,
checkRowKeys: [10001, 100011, 100013]
},
pagerConfig: {
pageSize: 10
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "vxe-table",
"name": "vxe-table-qge",
"version": "4.6.12",
"description": "一个基于 vue 的 PC 端表单/表格组件,支持增删改查、虚拟列表、虚拟树、懒加载、快捷菜单、数据校验、树形结构、打印导出、表单渲染、数据分页、弹窗、自定义模板、渲染器、JSON 配置式...",
"scripts": {
Expand Down

0 comments on commit f1c84a3

Please sign in to comment.