Ignore:
Timestamp:
07/31/09 16:33:14 (15 years ago)
Author:
ramonb
Message:

job_monarch/js/monarch.js,
job_monarch/templates/header.tpl,
job_monarch/lib/extjs-30/BufferView.js:

  • add grid view Buffering
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/web/addons/job_monarch/js/monarch.js

    r634 r635  
    11641164                        '-',
    11651165                        filterButton
    1166                 ]
     1166                ],
     1167
     1168                view:           new Ext.ux.grid.BufferView(
     1169                {
     1170                        // custom row height
     1171                        //rowHeight: 34,
     1172                        // render rows as they come into viewable area.
     1173                        scrollDelay: false
     1174                })
     1175
    11671176        });
    11681177
Note: See TracChangeset for help on using the changeset viewer.