root/trunk/README

Revision 36, 252 bytes (checked in by tsuckowhomberg, 3 years ago)
  • enhancement: added build tools for creating minified deployable versions of Ext.ux.Livegrid-scripts
  • enhancement: (GridView?.js) the rowIndex argument of the column's renderer will now pass the value of the index of the row as available in the view, i.e. as defined in the row's rowIndex property, which adds support for Ext.grid.RowNumberer?
  • fixed: (GridView?.js) fixed a bug where "getPredictedBufferIndex()" would not compute the next rowIndex for a request properly, leading to an endless loop
  • enhancement: (GridView?.js, RowSelectionModel?.js) removed override of "onRefresh()" to keep selections after a refresh or sort occured, if, and only if those records are

returned by the response; removed custom call to selection model's "clearSelections()" in the GridView?'s "reset()" method

  • enhancement: intercepted "autoLoad" property of Ext.ux.grid.livegrid.Store to make sure the store gets only loaded if the view has been rendered, if the store's autoLoad property was set to "true"
Line 
1Note:
2-----
3Including the file "ext-ux-livegrid.css" is mandatory, otherwise the view will
4not be rendered properly.
5
6Author:
7-------
8Thorsten Suckow-Homberg <ts@siteartwork.de>
9
10Project Home:
11-------------
12http://www.siteartwork.de/livegrid
Note: See TracBrowser for help on using the browser.