我在使用数据表格:
$( #purForm ).dataTable({
"bRetrieve": true,
"bJQueryUI": true,
"sDom": "< row < span6 l>< span6 f>r>t< row < span6 i>< span6 p>>",
"bPaginate": false,
"bAutoWidth": false,
"bFilter": false
});
并且为了使其可编辑,我正在使用数据表格可编辑插件:
http://code.google.com/p/jquery-databables-ediable/wiki/EditCell
只有当我单击行的单元格时它才会起作用。 我能否根据表格等的行索引, 用程序来告诉它要编辑的行 eg?