shinobukawano / Ext.ux.AccordionList

Accordion List Component for Sencha Touch 2
http://kawanoshinobu.com/public/demo/accordionlist/
50 stars 28 forks source link

Duplication of records in store #32

Open 1aishwaryasharma opened 10 years ago

1aishwaryasharma commented 10 years ago

Hi,

In my Sencha app data is coming from database. It returns JSON Array (in exactly the same format as the accordion expects). This array when set through setData(result_from_db) in controller replicates the records. If we use setRoot(result_from_db), no records are seen. There is no error on the console as well.

Any help or recommendation in this regards will be very helpful.

Regards

shinobukawano commented 10 years ago

Hi Dbms,

Could you show me the code that occurs this problem? I want to debug it.

Regards

1aishwaryasharma commented 10 years ago

Pardon the delay.

The sample code can be found at - https://github.com/Dbms/SenchaTough.git

If you have any problem cloning it, kindly mention

hamzazar commented 10 years ago

I have the same issue of duplicated data, any solution for that?

Thanks,