gpt4 book ai didi

javascript - 如何用其他模板覆盖 colmodel

转载 作者:行者123 更新时间:2023-11-28 06:26:10 24 4
gpt4 key购买 nike

使用可选模板和属性在 Web 应用程序中定义免费的 jqgrid colmodel

{"template": defaultNumberTemplate,
,"label":"Price","name":"Price","width":53,
"index":"Price","hidden":false
}

在某些网站中,列模型需要特殊定制。对于这个特殊的模板是在站点 js 文件中定义的,例如

var newOrderPriceTemplate = {
search : false,
align: "center",
sortable : false,
label: "Special price", // overrides colmodel
viewable : false,
formatter: "showlink",
formatoptions: {
onClick: newOrderClick
}
};

如何将此模板应用到colmodel中?是否可以在 commodel 中使用诸如 overrideTemplate 之类的特殊属性并添加

  overrideTemplate: newOrderPriceTemplate

colmodel 或任何其他想法?

ASP.NET MVC4、Razor、Bootstrap 4 也与 jqrid 一起使用。

最佳答案

你不能。这些模板是作为 colModel 属性的一组默认值引入的。默认值无法更改显式指定的 colModel 值。

如果您想要更改,例如,colModel 的所有项目的 formatoptions,其中有一些特定的条件,那么您应该枚举 colModel 的项目,测试标准并将其覆盖为新值。

关于javascript - 如何用其他模板覆盖 colmodel,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35118920/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com