I need help hiding the items-per-page
choices in a table without affecting the next/previous
functionality.
To achieve this, I've set the following props:
:footer-props="{
'items-per-page-options':[10],
'disable-items-per-page': true,
}"
While this works well, the previous/next
functionality is now located on the left side of the table footer. I want to move it to the right.
Is there a way to accomplish this?