Skip to content

Instantly share code, notes, and snippets.

@sepulchered
Created December 18, 2012 14:45
Show Gist options
  • Save sepulchered/4328598 to your computer and use it in GitHub Desktop.
Save sepulchered/4328598 to your computer and use it in GitHub Desktop.
renderer: function( value, metaData, record, rowIndex, colIndex, store ){
var id = Ext.id();
(function(){
var progress = Ext.ProgressBar({
renderTo: id,
value: progress_value
});
}).defer(25);
return '<div id="' + id +'"></div>';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment