Prior to 3.1.0 the refresh method also worked this way: inst.settings.data = newData; inst.refresh(); In 3.1.0 this should be changed to: inst.refresh(newData);