我添加了一个像这样的自定义渲染器的列,
settings = {
actions: false,
columns: {
operation:{
title:"operation",
type: 'custom',
renderComponent: CustomActionRenderComponent,
}
}
当用户单击下拉列表中的链接时,我想触发默认的编辑或删除操作。基本上,我想调用在启用默认操作列并单击该列中的链接时调用的相同函数。