1.0.8 • Published 3 years ago

tb-vue3-laravel-lnertia-pagination v1.0.8

Weekly downloads
-
License
-
Repository
github
Last release
3 years ago

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

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago