jquery-bootgrid如何隐藏列

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了jquery-bootgrid如何隐藏列相关的知识,希望对你有一定的参考价值。

如何在引导网格上隐藏列?

我试图像这样隐藏ID列:

<data-column-id="token" data-identifier="true" data-type="string"  visible="false">token<>
答案

你需要这样写,

<data-column-id="token" data-identifier="true" data-type="string" data-visible="false">

在这里阅读详细信息,http://www.jquery-bootgrid.com/Documentation

另一答案

这将有助于将来的某些人。我通过提供链接发布作为答案,因为有时我们不会阅读评论部分。 回答from

<style>
 {
.HideColHead
{
display: none
}
.HideCol
{
display: none
}
</style>


<th data-column-id="ID" data-header-css-class="HideColHead" data-css-class="HideCol">ID</th>
<th data-column-id="User" data-header-css-class="HideColHead" data-css-class="HideCol">User</th>

这将简单地隐藏不从DOM中删除的列

以上是关于jquery-bootgrid如何隐藏列的主要内容,如果未能解决你的问题,请参考以下文章

jQuery-bootgrid模式对话框

如何隐藏片段中首选项之间的分隔符

jquery-bootgrid

android在特定片段中隐藏工具栏

Sphinx、reStructuredText 显示/隐藏代码片段

片段更改时如何隐藏地图视图(谷歌地图v2)