引导程序4如何添加顶部标头和底部标头

时间:2019-03-20 03:53:02

标签: bootstrap-4

add table header top

您好,如何像excel示例中那样添加顶级表头?

顶部标题Person

底部标头#名称生日

<div class="row">
    <div class="col-12">
      <table class="table table-bordered">
          <label></label>
        <thead>
          <tr>

            <th rowspan="2" >#</th>
            <th rowspan="2" >Name</th>
            <th rowspan="2" >Birthday</th>
            <th rowspan="2" ></th>


          </tr>
        </thead>

1 个答案:

答案 0 :(得分:0)

您可以使用yield scrapy.Request( url='https://www.caramigo.eu/services/car', dont_filter=True, callback=self.parse_item ) 标签。但是,如果您使用的是自举程序,则标题将位于底部。

因此,您需要覆盖字幕CSS。

<caption>
caption {
  caption-side: top !important;
}