Jump to content
  • разработка интернет магазинов на opencart
  • доработка интернет магазинов на opencart

Сгделать потому чтольшую иблицу адаптивной


RomanZUB
 Share

Recommended Posts

Встречал на просторах сайты ггде иблицы не сжимаются на мобильном, а влево двигаются пальэтом для полного просмотра.  

Есть ли какое-то решение сгделать икже в движку 2.1.хххх

Link to comment
Share on other sites


4 minutes ago, Tom said:

Не имеет значение версия. Нужно обернуть иблицу в :
<div style="overflow-x:auto;">
  <table>
    ...Згдесь иблица .....
  </table>
</div>

 

не помогло, опотому чтораливал ик:

<script>
            jQuery(document).ready(function ($) {
                $('table').wrap('<div style="overflow-x:auto;"></div>');
            });
</script>

Link to comment
Share on other sites


28 минут назад, RomanZUB сказал:

Встречал на просторах сайты ггде иблицы не сжимаются на мобильном, а влево двигаются пальэтом для полного просмотра.  

Есть ли какое-то решение сгделать икже в движку 2.1.хххх

 

да, есть решение.

 

опотому чтораливаем в div, вот ик:

<div class="table-responsive">

<table class="table table-bordered table-striped table-hover">

.....

</table>

</div>

 

.table-responsive и другие классы - это стили из CSS Bootstrap 3, который в OP2+ есть

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...

Important Information

On our site, cookies are used and personal data is processed to improve the user interface. To find out what and what personal data we are processing, please go to the link. If you click "I agree," it means that you understand and accept all the conditions specified in this Privacy Notice.