ExtJS 编辑器中的无线电组 Grid/Grid
我需要 extjs 网格中的无线电组。我可以将无线电组作为编辑器,但用户希望直接从无线电中选择选项。
例如 O 是 O 否 O 也许不是
默认情况下是“是”,一旦他们选择了单元格,它就会转换为单选组(就像编辑器网格的工作方式一样),他们希望默认行为作为此选项。 (他们不想要下拉)
I need radio group in extjs grid. I can have the radiogroup as editor but users wants to directly select the option from radio.
e.g.
O yes O no O maybe
instead of having yes as by default and once they select the cell, it gets converted to radio group (like how the editor grid works), they wants the default behavior as this options. (They dont want the drop down)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我创建了一个单选组组件:
用法 1:
用法 2:
I created a radio group component:
Usage 1:
Usage 2: