<td style="border: 0px thin; width: 50px; azimuth: center;"><span
onclick="onclick_rightToLeft()" style="cursor: pointer;"> <<
</span> <br /> <br /> <br /> <span onclick="onclick_leftToRight()"
style="cursor: pointer;"> >> </span></td>
<td style="width: 255px; border: 1px thin;">
<table id="dgNew" class="easyui-datagrid" title=""
style="width: 250px; height: 370px" data-options="rownumbers:true">
<thead>
<tr>
<th data-options="field:'plateNumber',width:60">車牌號(hào)</th>
<th data-options="field:'phoneNumber',width:80,align:'left'">
隨車電話</th>
<th data-options="field:'status',width:60,align:'left'">
當(dāng)前狀態(tài)</th>
</tr>
</thead>
</table>
</td>
for (var i = 0; i < slected.length; i++) {
function onclick_rightToLeft() {
var slected = $('#dgNew').datagrid("getSelections");
for (var i = 0; i < slected.length; i++) {
$('#dgAmbulance').datagrid('appendRow', slected[i]);
var rowIdex = $('#dgNew').datagrid("getRowIndex",
slected[i]);//得到索引
$('#dgNew').datagrid("deleteRow", rowIdex);
}
}
</script>
</body>
</html>
聯(lián)系客服