FloatingHero105's avatar

Laravel pagination links

Hello. Is it possible set an id to a laravel pagination link? I'm making an ajax pagination system with two bootstrap tables and I need a way to add ajax to the two tables. Thanks

0 likes
2 replies
Ksandar's avatar

@floatinghero105 By id do you mean the html attribute? If so, you can export the view and change it as you need

php artisan vendor:publish --tag=laravel-pagination

more about this in the docs

Also note that pagination can be converted to json (docs). Maybe this is more suited to your needs.

1 like

Please or to participate in this conversation.