java - bootstrap-table显示问题
黄舟
黄舟 2017-04-18 10:50:07
0
2
793

如图所示,我引入了bootstrap-table.css和bootstrap-table.min.js等等,但是页面显示是这个样子的,很奇怪。

<table id="table"
                                   data-toggle="table"
                                   data-height="500"
                                   data-search="true"
                                   data-show-refresh="true"
                                   data-show-toggle="true"
                                   data-show-export="true"
                                   data-show-pagination-switch="true"
                                   data-show-columns="true"
                                   data-striped="true"
                                   data-pagination="true"
                                   data-sort-name="stargazers_count"
                                   data-sort-order="desc"
                                   data-toolbar="#toolbar">
黄舟
黄舟

人生最曼妙的风景,竟是内心的淡定与从容!

reply all(2)
左手右手慢动作

This is my first time asking, why are you stepping on me?
Is there anything I can point out that I don’t like? OK?

伊谢尔伦

Are you saying that besides the table, there is an extra thing in the upper right corner?
That’s because you configured it

                               data-show-refresh="true"
                               data-show-toggle="true"
                               data-show-export="true"

These properties.
Set it to false to cancel the corresponding function

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template