You could achieve a simple, non-interactive progress bar by just using a formatCellValue to write out a colored DIV. Otherwise, use recordComponents for an interactive progress bar shown while *not* editing, and a CanvasItem if you have in mind some kind of editable progress bar interaction.
Comment