标签:ems html end idt 原创文章 row details 声明 each
columns: [
{
field: "",
title: "序号",
template: "<span class=‘row-number‘></span>",
width:50
}]
dataBound: function () {
var rows = this.items();
$(rows).each(function () {
var index = $(this).index() + 1;
var rowLabel = $(this).find(".row-number");
$(rowLabel).html(index);
});
}
————————————————
版权声明:本文为CSDN博主「jinuxm」的原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/jinuxm/java/article/details/53169329
标签:ems html end idt 原创文章 row details 声明 each
原文地址:https://www.cnblogs.com/herocany/p/12718883.html