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

Pagination rendering with meta #75

Open lanz1 opened 2 years ago

lanz1 commented 2 years ago

Hi, I just upgraded to V2 and it's amazing. The issue with the pagination component comes when rendering the table using <Table :meta= : links previous/next does not work (previousPageUrl computed property is always returned null). Works well instead when rendering #with <Table :resource=.