Skip to content

表格工具栏buttonRender无效 #25

@guangxs

Description

@guangxs

配置:VxeTable.gridOptions.toolbarConfig.buttons[{buttonRender}] 无效
(同级别的dropdowns可以使用)

示例:

{
	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' } } }
		],
	},
}

效果:

Image

使用过程使用渲染其他组件也无效,如badge组件,这个buttonRender目前无法使用

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions