2

When using an Observable store for a dGrid a call to the notify() method will update a record. See this example: Git Hub Drgid Example

However, when there is only one record, notify does not appear to notify the record. This can be seen in the above example by removing all but one stock in stocks.json.

Is this a known issue or is there a work around?

Jason Aller
  • 3,541
  • 28
  • 38
  • 38
Dazxa
  • 41
  • 6

1 Answers1

1

There is a work around for this. Set the cleanEmptyObservers: false on your dGrids. Thanks to https://github.com/SitePen/dgrid/issues/925

Dazxa
  • 41
  • 6