在使用表格显示数据的时候,有的数据用户不能看,但是开发人员需要用到。怎么办?把它设置成隐藏。

        在使用EasyUI的时候,可以在对应的列中加入hidden: true;

        bootstrapTable中怎么让某些列隐藏

       但是在bootstrapTable中hidden:true不管用呀!网上的代码是这个$(table).bootstrapTable('showColumn', '要隐藏的字段');大量的博客都是这么写的。但是不管用!

      原来是这个属性!

bootstrapTable中怎么让某些列隐藏

bootstrapTable中怎么让某些列隐藏

    用户id没有显示出来。

       


相关文章:

  • 2022-12-23
  • 2021-10-03
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-14
  • 2021-08-18
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-14
  • 2022-02-01
  • 2022-12-23
相关资源
相似解决方案