情報: {
title: '情報',
幅: '5%'、
並べ替え: false、
編集: true、
作成: true、
タイプ:'textarea'、
表示: function (customerData) {
var $img = $('
');
$img.click(function () {
$('#CustomersTableContainer').jtable('openChildTable',
$img.closest('tr'),
{
title : customerData.record.Name ' - Information',
actions: {
listAction: 'ajax/customer_info_actions.php?action=list&searchterm=' customerData.record.CustomerNumber,
},
fields: {
顧客番号: {
タイトル: '番号'、
キー: true、
作成: false、
編集: false、
リスト: false
}、
情報: {
title:'information',
create: false,
edit: true,
list: true,
type:'textarea'
},
}
}, function (data) { // ハンドラー
data.childTable.jtable('load')
});
$img を返す;
}
}、
'''''