trigger q-data-table to responsive layout at other width?
-
I’m using Quasar 0.14.7, in the documentation (http://v0-14.quasar-framework.org/components/datatable.html) it mentioned
Responsive (changes design when width is smaller than 600px to best accommodate small screens)
I’m wondering if it is possible to trigger this layout change when the width is smaller than a specific value (e.g. 1000px) instead of 600px. Since my table has many columns, I would rather to use the mobile design unless the screen is very wide (>1500px).