q-table: How do I set the number of rows per page programatically?
-
It seems to default to 5, and I don’t know how to change it, to 10 for instance
saying :rows-per-page-options="[10]" makes no difference
-
See the example here:
https://codepen.io/turigeza/pen/OGVwvz?&editable=true&editors=101 -
Thanks, works.