feat: 调整分页样式,增加获取选中行方法

This commit is contained in:
xingyu
2023-01-17 11:17:09 +08:00
parent 1fd9056454
commit 28ea779f83
4 changed files with 62 additions and 12 deletions

View File

@ -76,20 +76,20 @@ VXETable.setup({
},
pagerConfig: {
border: false,
background: true,
background: false,
autoHidden: true,
perfect: true,
pageSize: 10,
pagerCount: 7,
pageSizes: [5, 10, 15, 20, 50, 100, 200, 500],
layouts: [
'Sizes',
'PrevJump',
'PrevPage',
'Jump',
'PageCount',
'Number',
'NextPage',
'NextJump',
'Sizes',
'FullJump',
'Total'
]
}