【问题标题】:Bootstrap Table - Full Screen doesn't work引导表 - 全屏不起作用
【发布时间】:2018-06-12 22:43:03
【问题描述】:

我可以看到全屏按钮

$(".table").bootstrapTable({ showFullscreen: true, });

但是点击它时没有任何反应......

谢谢。

【问题讨论】:

    标签: bootstrap-table


    【解决方案1】:

    将您的代码添加到准备好的文档中

    <script>
    $(document).ready(function(){
      $(".table").bootstrapTable({
            showFullscreen: true,
      });
    });
    </script>
    

    【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2021-12-11
    • 2014-09-19
    • 1970-01-01
    • 2015-11-26
    • 1970-01-01
    • 2017-08-03
    • 2016-02-13
    • 2015-08-05
    相关资源
    最近更新 更多