Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
編集モードで Dojo データグリッドがデフォルトで表示されるようにしたいと考えています。これはどのように達成できますか?
または、これをグリッド外でプログラムで呼び出すことはできますか?
レイアウト構造で私はこれを宣言しています
gridStructure = [{ defaultCell: { ..., editable: true} , cells:[ ..., {field: "COLUMNx", name: "Column X"} ] }];
defaultCell はセルと同じパラメータを取得します