Include progress bar in datatable

I notice in example, http://webix.com/demos/admin-app/#!/app/datatables, there is a progress bar included within a datatable cell.

How can I replicate this?

Thank you,
Jamie

Hi.

In fact it’s not a webix component, juste a “manual made” template with the right css style… A div with x% inside an other div ; where x is computed from the field you want to display.

Check out this snippet: http://webix.com/snippet/c26a8252
The rank is used to have a percentage.

In the admin demo, a field “type” is used frm each row data to select a css class that will give different colors.

Jonathan