Can I achieve full width of table on mobile screens using Vuetify
P粉842215006
2023-08-30 20:56:28
<p>Can I achieve table "shrinking" on small screens using Vue2 and Vuetify? </p>
<p>I have a task where the table needs to remain full width on mobile screens and can be enlarged. Basically implement img -like behavior. </p>
<p>I basically need to implement a second screen from this image, but using <code>v-data-table</code> .
</p>
<p>Although "they are both equally bad", I need the second solution. </p>
<p>Does Vuetify have a dedicated solution? </p>
In vuetify you can use
v-data-table
and use propmobile-breakpoint="0"