Skip to content

Instantly share code, notes, and snippets.

@sepulchered
Created December 18, 2012 14:38
Show Gist options
  • Save sepulchered/4328530 to your computer and use it in GitHub Desktop.
Save sepulchered/4328530 to your computer and use it in GitHub Desktop.
Custom renderer for progressbar column in grid.
renderer: function( value, metaData, record, rowIndex, colIndex, store ) {
var value = progress_value;
return this.progressBarHtmlGenerator(value);
}.createDelegate(this)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment