정보: {
제목: '정보',
너비: '5%',
정렬: false,
편집: true,
생성: true,
유형:'textarea',
디스플레이: 함수(customerData) {
var $img = $('
');
$img.click(function () {
$('#CustomersTableContainer').jtable('openChildTable',
$img.closest('tr'),
{
제목 : customerData.record.Name ' - 정보',
작업: {
listAction: 'ajax/customer_info_actions.php?action=list&searchterm=' customerData.record.CustomerNumber,
},
필드: {
고객 번호: {
제목: '번호',
키: true,
생성: false,
편집: false,
목록: false
},
정보: {
제목:'정보',
생성: false,
편집: true,
목록: true,
유형:'textarea'
},
}
}, function (data) { //열린 핸들러
data.childTable.jtable('load')
});
$img 반환;
}
},
'''''