Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 jquery 网格,我需要在其中一列中显示一个链接。该链接将具有将从服务器端获取的参数。例如:
certificateIdentifier 是一个服务器端变量。我需要在网格中显示这个变量的值。所以我需要为每一列显示不同的值。请告诉我如何继续。
这是答案:
{ 名称:'certificate_identifier',索引:'certificate_identifier',宽度:300,可编辑:false,可排序:false,标题:false,格式化程序:function(val) { return ''+val+''; }, }],