Changeset 63
- Timestamp:
- 01/04/10 13:35:08 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/Ext3.0/trunk/examples/simple_grid/index.html
r54 r63 52 52 msg : 'Loading...' 53 53 }, 54 title : 'Large table', 55 height :400, 56 width : 600, 57 store : new Ext.ux.grid.livegrid.Store({ 54 title : 'Large table', 55 height : 400, 56 stripeRows : true, 57 width : 600, 58 store : new Ext.ux.grid.livegrid.Store({ 58 59 autoLoad : true, 59 60 url : './server.php',
