Select to view content in your preferred language

dgrid v4 and dstore

3759
4
Jump to solution
04-13-2015 09:55 AM
BenFousek
Regular Contributor

Is the next release upgrading to dgrid v4, and will it include dstore?

Tags (1)
0 Kudos
1 Solution

Accepted Solutions
BjornSvensson
Esri Regular Contributor

Ben Fousek​ - with general caveats about things changing before release... you can expect dstore in version 3.14, but not dgrid 0.4.

View solution in original post

0 Kudos
4 Replies
BenFousek
Regular Contributor

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)

0 Kudos
BenFousek
Regular Contributor

Kelly Hutchins​ Can I expect dstore and dgrid 0.4.0 in 3.14? (fingers crossed)

0 Kudos
BjornSvensson
Esri Regular Contributor

Ben Fousek​ - with general caveats about things changing before release... you can expect dstore in version 3.14, but not dgrid 0.4.

0 Kudos
BenFousek
Regular Contributor

one out of two ain't bad

thanks and keep up the good work

0 Kudos