Is the next release upgrading to dgrid v4, and will it include dstore?
Ben Fousek - with general caveats about things changing before release... you can expect dstore in version 3.14, but not dgrid 0.4.
one out of two ain't bad
thanks and keep up the good work
Kelly Hutchins Can I expect dstore and dgrid 0.4.0 in 3.14? (fingers crossed)
Easy enough to bootstrap them with esri cdn:
require({ asyn: true, packages: [{ name: 'dgridfour', location: '//cdn.rawgit.com/SitePen/dgrid/v0.4.0' }, { name: 'dstore', location: '//cdn.rawgit.com/SitePen/dstore/v1.0.0' }] }, ['dojo/domReady'], function () { });
For builds just bower them. (esri/dijit/FeatureTable may not work properly)
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.