Changeset 63

Show
Ignore:
Timestamp:
01/04/10 13:35:08 (2 years ago)
Author:
tsuckow
Message:
  • enhancement: added config option "stripeRows" for showcasing striped rows
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/Ext3.0/trunk/examples/simple_grid/index.html

    r54 r63  
    5252            msg : 'Loading...' 
    5353        }, 
    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({ 
    5859            autoLoad : true, 
    5960            url      : './server.php',