easyui怎么使用 formatter对field 字段进行格式化
展开全部
以格式化”日期时间“字段为例:
<th data-options="resizable:true,width:30,field:'create_date',
formatter: function (value, row, index) {
var datetime = Common.formatterDateTime(value); <!--value就是数据库具体的值-->
return datetime;
}">创建时间</th>
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询