0

パネルにグリッドがあります。グリッドにラジオを列として追加したいのですが、その方法がよくわかりません。ラジオボタン列の設定方法を教えてください。

Googleで検索しようとしましたが、解決策が見つかりませんでした。どんな助けでも大歓迎です:)

4

1 に答える 1

0

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

于 2012-11-12T13:24:06.447 に答える