I have HTML similar to this:
10条回答 甜味超标 (楼主) 2020-12-24 11:51 EDIT I think the reason that your table is not responsive to start with was you did not wrap in .container, .row and .col-md-x classes like this one With this, you can still use tags and even make it responsive. Please see the Bootply example here 0 讨论(0) 查看其它10个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
EDIT
I think the reason that your table is not responsive to start with was you did not wrap in .container, .row and .col-md-x classes like this one
.container
.row
.col-md-x
With this, you can still use tags and even make it responsive.
Please see the Bootply example here