摘要:
将以下脚本保存为 easyui-datagrid-moverow.jsvar DatagridMoveRow = (function($){ function DatagridMoveRow(gridTarget){ this.el = gridTarget; this.$el = $(this.el); this.rowIndex = -1; this.rowsCount = this.$el.datagrid('getData').rows.length; return this; } Datagrid... 阅读全文