alibaba / lowcode-engine

An enterprise-class low-code technology stack with scale-out design / 一套面向扩展设计的企业级低代码技术体系
https://lowcode-engine.cn
MIT License
14.65k stars 2.55k forks source link

【Table】无法在按钮的事件中获取table的record等信息 #1993

Closed li379395535 closed 1 year ago

li379395535 commented 1 year ago

Describe the bug (required) / 详细描述 bug(必填)

A clear and concise description of what the bug is. / 请提供清晰且精确的 bug 描述 无法在按钮的事件中获取table的record等信息

To Reproduce (required) / 如何复现 bug?(必填,非常重要)


Steps to reproduce the behavior: / 详细复现步骤:

  1. 在table组件中新增一列操作列 image
  2. 启用自定义渲染 image
  3. 给按钮绑定事件输出自定义渲染提供的参数 image

Expected behavior (required) / 预期行为(必填,非常重要)

A clear and concise description of what did you expect to happen. / 请清晰和精确的描述你预期的行为

期望输出record对象 实际输出undefined

image

Environments (please complete the following information) (required): / 请提供如下信息(必填)

(this information can be collected via the manual plugin / 版本信息可通过低代码用户手册插件收集)

eternalsky commented 1 year ago

@liujuping 看下 slot 里的组件事件获取参数的问题~

liujuping commented 1 year ago

1.绑定扩展参数

image

2.在点击函数的第二个参数里面可以获取到。

image

image