Information: {
title: 'Info',
寬度: '5%',
排序: false,
編輯: true,
建立: true,
類型:'textarea',
顯示: function (customerData) {
var $img = $('
');
$img.click(function () {
$( '#CustomersTableContainer').jtable('openChildTable',
$img.closest('tr'),
{
標題: customerData.record.Name ' - 訊息',
actions: {
listAction: 'ajax/customer_info_actions.php?action=list&searchterm=' customerData.record.CustomerNumber,
},
欄位: {
客戶編號: {
標題: '紙號,
鍵: true,
建立: false,
編輯: false,
列表: false
},
訊息: {
標題:'訊息',
>建立: false,
編輯: true,
列表: true,
類型:'文字區域'
},
}
}, function (data) { / /開啟處理程序
data.childTable.jtable('load')
})
});
回傳$img;
}
},
''' ''