How to add a Progress Bar to a table

How can i add a progress bar to one of the columns of a table for each row?

Thanks

Use Table.ColumnGenerator to generate the ProgressIndicator. The generated column is added with Table.addGeneratedColumn(Object, ColumnGenerator).