Hi
Has anyone achieving displaying a progress bar in a HTML column of table, using a <meter/> ?
I have no error but nothing is rendered.
Jul
Hi
Has anyone achieving displaying a progress bar in a HTML column of table, using a <meter/> ?
I have no error but nothing is rendered.
Jul
Hey @jul!
It looks as though <meter/> isn't supported but you can get something similar using by setting the width and background-color of a <div> based on the value in the current row:
It might be helpful to use some preloaded javascript to define functions that determine the width and color value of each bar as well:
@Kabirdas many thanks for your suggestion.
I'll try to give a try within next days and let you know if this is probant.
@Kabirdas it works perfectly thanks