easyui在table单元格中添加进度条
Posted 空城里的往日时光
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了easyui在table单元格中添加进度条相关的知识,希望对你有一定的参考价值。
function XR_jd(alue, rowData, rowIndex){ var value; ...... var htmlstr = ‘<div class="easyui-progressbar progressbar" style="width: 100%; height: 20px;" value="‘ + value + ‘" text="‘ + value + ‘%">‘ + ‘<div class="progressbar-text" style="width: 100%; height: 20px; line-height: 20px;">‘ + value + ‘%</div>‘ + ‘<div class="progressbar-value" style="width: ‘ + value + ‘%; height: 20px; line-height: 20px;">‘ + ‘<div class="progressbar-text" style="width: 100%; height: 20px; line-height: 20px;">‘ + value + ‘%</div>‘ + ‘</div>‘ + ‘</div>‘; return htmlstr; }
以上是关于easyui在table单元格中添加进度条的主要内容,如果未能解决你的问题,请参考以下文章
当 UITableView 单元格中的进度条不可见时,如何更新它们