Skip to content

nonameplum/DynamicGrid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DynamicGrid

Example - Dynamic grid with dynamic model - Extjs addon.

Code example:
Ext.create('Ext.window.Window', {
    width: 400,
    height: 400,
    title: 'Example of Dynamic Grid'
    layout: 'fit',
    items: [
        {
            // All what you have to set! :)
            xtype: 'dynamicGrid',
            url: '/some/url'
        }
    ]
});

Check also another branches:

Plugin code is very short and easy to modify.

Discution on Sencha forum: https://www.sencha.com/forum/showthread.php?242594-Dynamic-grid-with-dynamic-model

Feel free to use.

About

Example - Dynamic grid with dynamic model - Extjs addon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages