Replies: 2 comments 2 replies
-
I would just use a view column or format column and pass a view that way you can do whatever you want. |
Beta Was this translation helpful? Give feedback.
1 reply
-
https://rappasoft.com/docs/laravel-livewire-tables/v2/columns/available-methods#content-using-a-view |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have created a datatable as index for my model.

And to allow user interaction with the model, I wanted to add some action button
Something like this
But in the delete buttons is in a form with DELETE request
Is it possible to do the same for the Link Column. Instead of a link a form is generated?

Beta Was this translation helpful? Give feedback.
All reactions