q-table taking tonnes of space when in chrome (but not when in codepen)
-
https://codepen.io/fancellu/pen/wZaPbE
As you can see looks fine
here’s the gist
https://gist.github.com/fancellu/611d3fac32b4a4e8081fe8c6ddb4abc7
And here it is rendered
https://gistpreview.github.io/?611d3fac32b4a4e8081fe8c6ddb4abc7
Note how much space it is taking up, I even have a scrollbar. The records per page arrow is also misplaced
Any idea what I’m doing wrong?
Thanks
-
More findings, its the page size chooser that is messing it up
If I say
:rows-per-page-options="[5]"
then the page size selector goes away and things take the correct size
Of course I’d like it to work properly, but its better than nothing I guess