protonemedia / inertiajs-tables-laravel-query-builder

Inertia.js Tables for Laravel Query Builder
https://protone.media/en/blog/introducing-inertiajs-tables-a-datatables-like-package-for-laravel-query-builder
MIT License
438 stars 123 forks source link

Inertia-link not working in pagination #55

Closed knobik closed 2 years ago

knobik commented 2 years ago

The fix is to import

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

luismabenitez commented 2 years ago

+1

javitrujillo99 commented 2 years ago

+1

acepoblete commented 2 years ago

You can globally register the Link component as a workaround.

inikoo commented 2 years ago

+1

pascalbaljet commented 2 years ago

Duplicate of #36