Skip to content
Discussion options

You must be logged in to vote

Yes, you have to create a custom button for it and call the operation as Ajax requests.

You can take a look at delete button for reference vendor/backpack/crud/src/resources/views/crud/buttons/delete.blade.php
. This sends an Ajax request.

You can copy its definition and create a new button with the following:

php artisan backpack:button new-button-name --from=delete

Now, Modify it and use it per your need.

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@blondie63
Comment options

@karandatwani92
Comment options

Answer selected by blondie63
@blondie63
Comment options

@blondie63
Comment options

@karandatwani92
Comment options

@pxpm
Comment options

pxpm Apr 1, 2024
Maintainer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants