dataGrid.addCssRule("#" + dataGrid.id, "width: " + newsize + "px");
require([ "dojo/ready","dojo/parser"], function (ready, parser){ // Other Code parser.parse(); ready(function (){ // dataStore = new Memory ({data}); yourGrid.set("store", dataStore ); yourGrid.startup(); // Other Code }); });
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.