Can we use the QPagination properties through QTable.pagination
-
Hello
I use QPagination in many pages, with “input” mode activated. Nice.
With QTable, I also use the pagination features, but I do not know how to activate the “input” mode. I have only the prev/next buttons. For user experience, it’s troubling.I thought the “pagination” property of the table was a link to a QPagination object, but I did not find a way to use it.
I’m speaking about : input, boundary-links, boundary-numbers … of the QPagination component.Best regards.
Christian -
If you want your own pagination, try using the
bottom
scoped slot with your QPagination solution.Scott