Bootstrap 3 table - table-responsive not working

后端 未结 10 1197
攒了一身酷
攒了一身酷 2020-12-30 00:30

I\'m using bootstrap 3 for a website project. I\'m trying to create a page with a responsive table, so that I\'d have the scrollbar when the table is too big. I made a test

10条回答
  •  执笔经年
    2020-12-30 01:16

    I'v done it.

    //wrapper that will give opportunity to use: overflow-x: auto;
    //SCROLL
    //table, that shoud have "table-responsive" bootstrap class effect //...table content...

    You will receive at xs-screen (example from my app):

提交回复
热议问题