-
19 Apr 2011 9:30 PM #1
Is it possible to implement "TableDataModel" instead Store for use in grid?
Is it possible to implement "TableDataModel" instead Store for use in grid?
Grid can now display only the data from the store. It would be good to show the data from the abstract interface "TableDataModel", like this:
by analogy with Java Swing library...Code:Ext.define("TableDataModel", countRecords: function(){}, getFieldValue: function(numRec, fieldName){}, ... );
Similar Threads
-
How to implement "Do not leave the form under editing"
By cblin in forum Ext 3.x: Help & DiscussionReplies: 4Last Post: 4 Oct 2010, 6:41 AM -
[CLOSED][3.0] SetValue shows "valueField" instead of "displayField". mode "local".
By galdaka in forum Ext 3.x: BugsReplies: 3Last Post: 28 Oct 2009, 6:38 AM -
Error: "Ext.grid.dummyData is undefined" Trying to implement Grid Example
By Qwerty123 in forum Ext 2.x: Help & DiscussionReplies: 2Last Post: 27 May 2009, 1:08 PM -
Can i implement "copy and paste" function in grid panel of EXT-GWT?
By luckyxx in forum Ext GWT: Help & Discussion (1.x)Replies: 1Last Post: 24 Feb 2009, 11:35 PM


Reply With Quote