We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vben Admin V5
vxe table的工具栏,点击“打印”按钮,控制台报错:uncaught(in promise) {status: false}。 在系统自带的playground的例子中,添加打印按钮,现象相同。
部分参数:
const gridOptions: VxeTableGridOptions = { treeConfig: { rowField: 'Id', childrenField: 'children', }, checkboxConfig: { highlight: true, labelField: 'name', }, columns: orgtableColumns(), height: 'auto', keepSource: true, exportConfig: {}, pagerConfig: {}, printConfig: {}, toolbarConfig: { custom: true, export: true, print: true, refresh: true, resizable: true, search: true, zoom: true, },
操作系统: 版本 Windows 11 专业版 版本号 24H2 安装日期 2024/11/2 操作系统版本 26100.2605 体验 Windows 功能体验包 1000.26100.36.0 浏览器: Microsoft Edge 版本 131.0.2903.112 (正式版本) (64 位)
Uncaught (in promise) {status: false}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version
Vben Admin V5
Describe the bug?
vxe table的工具栏,点击“打印”按钮,控制台报错:uncaught(in promise) {status: false}。
在系统自带的playground的例子中,添加打印按钮,现象相同。
Reproduction
部分参数:
const gridOptions: VxeTableGridOptions = {
treeConfig: {
rowField: 'Id',
childrenField: 'children',
},
checkboxConfig: {
highlight: true,
labelField: 'name',
},
columns: orgtableColumns(),
height: 'auto',
keepSource: true,
exportConfig: {},
pagerConfig: {},
printConfig: {},
toolbarConfig: {
custom: true,
export: true,
print: true,
refresh: true,
resizable: true,
search: true,
zoom: true,
},
System Info
Relevant log output
Validations
The text was updated successfully, but these errors were encountered: