2
有誰知道如何在我的代碼中添加一個超鏈接到我的代碼中的用戶名列?ejgrid列中的Syncfusion超鏈接
$("#ManagerApprovalGrid").ejGrid({
dataSource: data,
isResponsive: true,
allowScrolling: true,
allowFiltering: true,
allowSorting: true,
columns: [
{ field: "userDispName", headerText: 'Timesheet User', textAlign: ej.TextAlign.Left, width: 20},
{ field: "weekEndDate", headerText: 'Week End Date', textAlign: ej.TextAlign.Center, width: 20 }
]
});
感謝 迪
你會知道如何與鏈接參數傳遞?例如:模板:「View」 –
@DeeSheehan,查看更新的答案.. – Madhu