如图所示,我引入了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">
ringa_lee2017-04-18 10:52:07
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?
伊谢尔伦2017-04-18 10:52:07
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