码迷,mamicode.com
首页 > 其他好文 > 详细

easyui 处理多行的操作基础

时间:2015-11-09 14:06:42      阅读:119      评论:0      收藏:0      [点我收藏+]

标签:easyui 处理多行的操作基础

  1. singleSelect="true"

    在tabble中不能存在此句

  2. var rows = $(‘#ttt‘).datagrid(‘getSelections‘);

    获得所有行

  3. for(var index=0; index<rows.length; index++){

    var dataInfo={};

    dataInfo.id = rows[index].id;

    dataInfo.name=rows[index].name;

    分别对所有行进行操作。

easyui 处理多行的操作基础

标签:easyui 处理多行的操作基础

原文地址:http://8942041.blog.51cto.com/8932041/1710935

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!