美文网首页Python学习
bootstrap table 图标显示解决

bootstrap table 图标显示解决

作者: Kewings | 来源:发表于2022-07-28 20:01 被阅读0次
    1. 如果启用了导航条data-pagination="true",但是无法选择数量显示的话,需要导入bundle
    <script type="text/javascript" src="/js/bootstrap.bundle.min.js"></script>
    
    1. 如果启用了列筛选data-show-columns="true",但是无法显示列图标的话,需要导入font-awesome
    <link rel="stylesheet" href="/css/font-awesome.min.css">
    

    相关文章

      网友评论

        本文标题:bootstrap table 图标显示解决

        本文链接:https://www.haomeiwen.com/subject/mzwxwrtx.html