can a go at the bottom of a table?

前端 未结 5 964
一向
一向 2021-02-19 03:18

I\'d like to use a tag in a table to be semantically correct, but it keeps showing up at the the top of my table. Is there a way to tell it to display

5条回答
  •  佛祖请我去吃肉
    2021-02-19 03:22

    I am aware that this question was asked a while ago but I thought that I would add my experience of tfoot to the comments already made. When I added CSS "display:block" to the tfoot element, it appeared between thead and tbody, not at the bottom. When display:block was removed, it displayed correctly. I wasted some time working this one out, so I hope my answer will help someone else to save time and aggravation!

提交回复
热议问题