编辑表格子表的表头增加新增按钮实例
This commit is contained in:
@@ -321,7 +321,8 @@ $("#testDataChildDataGrid").dataGrid({
|
|||||||
|
|
||||||
// 加载成功后执行事件
|
// 加载成功后执行事件
|
||||||
ajaxSuccess: function(data){
|
ajaxSuccess: function(data){
|
||||||
|
$('#jqgh_testDataChildDataGrid_rn').append('<a href="javascript:$(\'#testDataChildDataGridAddRowBtn'
|
||||||
|
+ '\').click();"><i class="fa fa-plus"></i></a>');
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user