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
配置:VxeTable.gridOptions.toolbarConfig.buttons[{buttonRender}] 无效 (同级别的dropdowns可以使用)
VxeTable.gridOptions.toolbarConfig.buttons[{buttonRender}]
示例:
{ toolbarConfig: { buttons: [ { name: 'A', buttonRender: { name: 'VxeButton', props: { status: 'primary', content: 'AC' } } }, { code: 'b', buttonRender: { name: 'VxeButton', props: { status: 'primary', content: 'BC' } } }, { name: 'C', code: 'c', buttonRender: { name: 'VxeButton', props: { status: 'primary', content: 'CC' } } }, { buttonRender: { name: 'VxeButton', props: { status: 'primary', content: 'DD' } } } ], }, }
效果:
使用过程使用渲染其他组件也无效,如badge组件,这个buttonRender目前无法使用
buttonRender
The text was updated successfully, but these errors were encountered:
No branches or pull requests
配置:
VxeTable.gridOptions.toolbarConfig.buttons[{buttonRender}]
无效(同级别的dropdowns可以使用)
示例:
效果:
使用过程使用渲染其他组件也无效,如badge组件,这个
buttonRender
目前无法使用The text was updated successfully, but these errors were encountered: