-
Notifications
You must be signed in to change notification settings - Fork 258
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
edit and delete actions button each row #377
Comments
If you have declared a The workaround is to declare both a public property and builder method:
I have submitted a PR (#379) with a fix |
If you use the What do you want the edit button to do? If you want it to open a modal where the whole row is editable or make all the cells in the row editable, I think you will need to make your own custom view or callback. |
thanks for responding |
I've done this on a project. The approach I took was to make a custom view and then insert a Livewire component within that view with my modal and editable fields. I ended up with a simple custom view containing my component like this:
|
hi
please can you help me how to add an editable row in datatable, i tried for myself to add a simple colum with action button but nothing working
thanks for the help.
The text was updated successfully, but these errors were encountered: