hide-pagination is not working
-
I have below command in my q-table, but my pagination is still appearing
:hide-pagination="true"
How do i hide the default q-table pagination?
-
Try just adding “hide-pagination” without the "=“true” bit. Generally props are defaulted to “true”.
If that doesn’t work, can you show the rest of your component code or make a codepen?
Scott
-
@Christal like what @s-molinari said, also be sure your quasar version is v1.12.0 or above.