MODx.grid.LocalGrid
MODx.grid.LocalGrid
Extends: Ext.grid.EditorGridPanel Key Features: Similar to MODx.grid.Grid.
The MODExt LocalGrid class is similar to the MODx.grid.Grid class, however rather than using a connector to populate it with data, it must be loaded through a local store.
When instantiating this into a tabbed interface, it's recommended to set preventRender: true in its config to prevent JS rendering issues.