Can I achieve full width of table on mobile screens using Vuetify
P粉842215006
P粉842215006 2023-08-30 20:56:28
0
1
606
<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>
P粉842215006
P粉842215006

reply all(1)
P粉819937486

In vuetify you can use v-data-table and use prop mobile-breakpoint="0"

<v-data-table
     ...
      mobile-breakpoint="0"
    ...         
    ></v-data-table>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!