tb-vue3-laravel-lnertia-pagination

1.0.8 • Public • Published

Simple Pagination For Laravel when using Inertia js with vue3 pagination can be edited for large or small

screenshot

multiple tables can be used on the same page

screenshot

you will need to add the following to your routes

Route::match(['GET','POST'],'/test', 'TestController@test')->name('test');

Test Controller will need editing

The test uses a table called test in the TestController.php

$data = \DB::table('test')->paginate(5); edit this for your table

see the git repository in Test.vue to view how to add to your component

Package Sidebar

Install

npm i tb-vue3-laravel-lnertia-pagination

Weekly Downloads

1

Version

1.0.8

License

none

Unpacked Size

15.4 kB

Total Files

5

Last publish

Collaborators

  • tuckbloor