feat(view-controls): add headless view-controls docs and Nuxt pager wiring#460
feat(view-controls): add headless view-controls docs and Nuxt pager wiring#460StirStudios wants to merge 7 commits intodrunomics:2.xfrom
Conversation
|
wow, this seems pretty interesting. As I understand this makes pagination all client-side driven? but wouldn'T that be the case with regular nuxt-links anyway? Could you share a bit more on the why, what this enables over the existing pagination? |
|
For us, this goes beyond just pagination, and also beyond treating a View as a standalone page. We embed Views as paragraph bundles, which means we can have multiple Views on a single page — each needing its own pagination and filtering. This is how we’re using it now: https://github.com/StirStudios/nuxtjs-drupal-stir/blob/main/app/components/global/drupal-view–default.vue With that setup, you can support much more complex filtering. |
Summary
Why
Scope
Validation