Single action buttons #232
Closed
dietercoopman
started this conversation in
Feature Requests
Replies: 2 comments 10 replies
-
Since my tables are only one component on my page, I usually do it outside of it. I have a parent livewire component that controls the page, the table lives in it. The "Create/New" button lives on the parent component and usually opens a modal and the create functionality lives on the parent livewire component and then just refreshes the table when created. |
Beta Was this translation helpful? Give feedback.
9 replies
-
It honestly makes sense to me this way, you have full control over it now. Maybe I can add an action buttons area in a future release. |
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
-
Hi,
i'm switching to the new release of your package. Nice work 🤩🤩
In a pull request on the "old" repo I created the functionality to add an "add record" button ... For example an Add button in the header off the table.
It's in fact very strange none of the datatables i've tested have this capability ... So my question is , how do you implement an "add record" button in real life applications ?
Could be implemented with a "actions" array on class thats shows buttons.
Now i've fixed it like this , but thats not so nice in the gui
What is your idea on this ?
Greetings Dieter
Beta Was this translation helpful? Give feedback.
All reactions