EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: Pierre on August 07, 2014, 04:26:49 AM



Title: Progress inside Grid
Post by: Pierre on August 07, 2014, 04:26:49 AM
Hello all
is it possible to draw a progress bar inside grid cell?
Something like this:
http://devcenter.infragistics.com/download/samples/kb/ProgressBarInWebGridCell.jpg
Thank you.

P.S. upload directory is full, I try to upload file but it does not worked.


Title: Re: Progress inside Grid
Post by: jarry on August 07, 2014, 09:32:47 AM
Use 'formatter' function and you will be able to render the progress bar on a cell. Please see this example http://www.jeasyui.com/demo/main/index.php?plugin=TreeGrid&theme=default&dir=ltr&pitem=TreeGrid%20with%20Footer.


Title: Re: Progress inside Grid
Post by: Pierre on August 07, 2014, 01:11:59 PM
Thank you!