【问题标题】:Hide header title in ShieldUI grid在 ShieldUI 网格中隐藏标题标题
【发布时间】:2016-04-21 09:57:12
【问题描述】:

我是 ShieldUI 的新手,我在我的项目中使用了 ShieldUI 网格。在网格中有一些包含图像列的列,对于那些我不想显示标题的列。我使用了以下代码行。

{ field: "", title: "", columnTemplate: $("#nameTemplate").html(), width: "217px", filterable: false, width: "35px", attributes: { style: "text-align:center;cursor:pointer" } },

但是在标题位置它显示[object object]。那么如何在标题中隐藏标题? 同样在单击该事件时,我想重定向到其他操作。那么如何捕获单击事件。

【问题讨论】:

    标签: gridview datagrid shieldui


    【解决方案1】:

    尝试将标题设置为不同的,不会显示的,例如title: " "

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2011-01-01
      • 2017-11-02
      • 2012-01-23
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2016-01-28
      相关资源
      最近更新 更多