-
28 Feb 2011 2:07 PM #1
[CLOSED]LoadData on an ArrayStore Appears Broken
[CLOSED]LoadData on an ArrayStore Appears Broken
I can initialize the store with the "data" property. But LoadData on the ArrayStore fails.
-
28 Feb 2011 7:11 PM #2
In Ext4 loadData expects data in the format of:
Code:store.loadData([{ field1: 'foo1', field2: 'bar1' }, { field1: 'foo2', field2: 'bar2' }]);Evan Trimboli
Sencha Developer
Twitter - @evantrimboli
Don't be afraid of the source code!
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
Slider documentation link appears to be broken
By rhamflett in forum Community DiscussionReplies: 12Last Post: 9 Oct 2011, 10:45 PM -
ArrayStore/ArrayReader broken in 0.94
By cdonnellytx in forum Sencha Touch 1.x: BugsReplies: 10Last Post: 18 Jul 2011, 4:05 PM -
[CLOSED][3.1.1] ArrayStore fields problem.
By jeroenooms in forum Ext 3.x: BugsReplies: 3Last Post: 15 Mar 2010, 4:33 PM -
[CLOSED][3.1] Is this a bug with jsonstore's loadData?
By zzw0598 in forum Ext 3.x: BugsReplies: 5Last Post: 28 Dec 2009, 1:04 AM -
[CLOSED][3.0.0] ArrayStore problem
By mschwartz in forum Ext 3.x: BugsReplies: 6Last Post: 16 Jul 2009, 7:20 AM


Reply With Quote