Skip to content

nickbretz/Ext.ux.AsyncRowExpander

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Note: 4.0.x Only.  This has not been fully tested with 4.1.  I will update it soon.

This extends the ExtJs4 RowExpander to use ajax requests to retrieve the body template for each row.
Row body templates can be cached so that only the first "expand" for any given row will make a request. 

The expander can take url that will serve the templates.  The record data is parameterized with the request so that
your server can generate different templates based on attributes of the record.

Please see the demo folder for example usage.

About

ExtJs Grid row expander that performs an Ajax request to retrieve the row templates.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors