rowindex专题

get row object by rowindex

var rows = $('#tt').datagrid('getRows'); // get current page rowsvar row = rows[rowIndex]; // your row data