amis2/docs/renderers/Operation.md

8 lines
254 B
Markdown
Raw Normal View History

2019-06-04 20:13:40 +08:00
### Operation
2019-05-08 22:55:41 +08:00
表格列中的操作栏,用来放置按钮集合,只能放在 table 的列配置中。
- `type` 请设置成 `operation`
- `label` 列标题。
2019-05-09 21:37:23 +08:00
- `buttons` 按钮集合,请参考[Button](./Button.md) 按钮配置说明。