1. 渲染网络表格时,行操作

<th field="sort_num" width="10" data-options="field:'id',formatter: row_formater,onClickRow:re_sort" >排序值

js:
 function row_formater(value, row, index) {
return '<input style="width:45px" >删除</a>';
}

function re_sort(recommend_id) {}

2.使用图标
class="easyui-linkbutton" iconCls="icon-help" plain="true" iconAlign="middile"



相关文章:

  • 2021-04-24
  • 2021-07-07
  • 2022-12-23
  • 2022-12-23
  • 2021-12-30
  • 2021-11-23
  • 2022-12-23
  • 2021-09-18
猜你喜欢
  • 2021-10-27
  • 2022-12-23
  • 2021-10-05
  • 2022-12-23
  • 2022-12-23
  • 2022-02-20
  • 2021-09-15
相关资源
相似解决方案