Bootstrap responsive Table -> change Rows with Column

后端 未结 1 989
一向
一向 2021-01-30 14:51

I have a problem creating a timetable for my school using Bootstrap. The timetable should be responsive for mobile devices and tablets.

The view for larger screens works

相关标签:
1条回答
  • 2021-01-30 15:21

    Replace your html code lines

    <div id="no-more-tables"> with <div class="table-responsive">

    and

    <table class="col-sm-12 table-bordered table-striped table-condensed cf"> with <table class="table col-sm-12 table-bordered table-striped table-condensed cf">

    See working example

    0 讨论(0)
提交回复
热议问题