我的面板中有一个网格。我想在网格上添加 Radio 作为列,但不太确定如何操作。请告诉我如何配置单选按钮列。
我试图在谷歌搜索,但没有找到解决方案。任何帮助表示赞赏:)
我的面板中有一个网格。我想在网格上添加 Radio 作为列,但不太确定如何操作。请告诉我如何配置单选按钮列。
我试图在谷歌搜索,但没有找到解决方案。任何帮助表示赞赏:)
You can build a custom cell that renders as
<input type="radio" name="group" value="" />
This is a tutorial on building custom cells:
https://developers.google.com/web-toolkit/doc/latest/DevGuideUiCustomCells