How to display tables on mobile using Bootstrap?

前端 未结 4 1009
傲寒
傲寒 2021-01-30 03:47

My tables display fine on desktop, but once I try to view the mobile version my table ends up being too wide for the mobile device screen. I am using a responsive layout.

<
4条回答
  •  盖世英雄少女心
    2021-01-30 04:21

    All tables within bootstrap stretch according to the container they're in. You can put your tables inside a .span element to control the size. This SO Question may help you out

    Why do Twitter Bootstrap tables always have 100% width?

提交回复
热议问题