A
A
Andrei_992020-02-25 15:48:19
css
Andrei_99, 2020-02-25 15:48:19

Table-Responsive on a small laptop screen?

How to make it so that on a small laptop screen, the table is displayed like on a phone with table-responsive
Here's how this one looks on a laptop.5e55174dce43e402791504.png

Answer the question

In order to leave comments, you need to log in

3 answer(s)
R
ReaverJS, 2020-02-25
@ReaverJS

Breakpoints will not help here - they only indicate at what resolution the sign MAY scroll. But since the content actually fits anyway - the columns will be compressed.
As an option, specify the minimum size of the table itself inside table-responsive.

S
Sergey Kupletsky, 2020-02-25
@zavoloklom

Try the .table-responsive-md class .
This will change the resolution at which the "responsive" resolution starts.
More details in the documentation:
https://getbootstrap.com/docs/4.0/content/tables/#...

F
Froggyweb, 2020-02-25
@Froggyweb

There are no high-quality and universal solutions at all for tables. Choose the lesser of the 2/3 evils

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question