A table in its nature is not responsive. Tables are often hidden on mobile and replaced by tabs/accordion if it is possible. If a table is very necessary and cannot be replaced it gets fixed min-width and overflow-x: auto. In this case, the table gets the horizontal scroll.
ok, can you tell me how to do this?
If a table is very necessary and cannot be replaced it gets fixed min-width and overflow-x: auto. In this case, the table gets the horizontal scroll.