-
9 Dec 2009 2:37 AM #1
SQLite GroupStore?
SQLite GroupStore?
Hello!
Somebody tell me how can I make GroupStore with SQLite? Please....
-
9 Dec 2009 4:16 AM #2
I've done it very simple:
Code:Ext.ux.GroupingSQLiteStore = Ext.extend(Ext.data.GroupingStore, { constructor: function(config) { Ext.sql.SQLiteStore.prototype.constructor.call(this, config); this.applyGroupField(); } });Programming today is a race between software engineers striving to build bigger and better Ń–diot-proof programs, and the universe striving to produce bigger and better idiots. So far, the universe is winning. (Rick Cook)
Enhanced ExtJS adapter for Adobe AIR
-
28 Feb 2010 2:09 AM #3
''cutie28''


Reply With Quote