protonemedia/inertiajs-tables-laravel-query-builder

Inertia-link not working in pagination

knobik opened this issue · 5 comments

The fix is to import

import {Link} from '@inertiajs/inertia-vue3'; in the Pagination.vue and use link instead of the inertia-link

You can globally register the Link component as a workaround.

+1

Duplicate of #36