Bulk actions for tables #961
-
It would be nice to have a select for table rows and to have the ability to implement actions for those with rows. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
Caleb made a great screencast covering this: https://livewire.laravel.com/screencast/data-tables/bulk-actions |
Beta Was this translation helpful? Give feedback.
-
I know, but it's behind his Screencast course and it would be nice for this library to have this feature included. |
Beta Was this translation helpful? Give feedback.
-
@alexmanase To me, such a function is very app-/code-specific, therefore, it's very difficult to include it as a feature in a UI library. What we do have is all of the tools needed to add such a feature to our tables/apps - e.g. |
Beta Was this translation helpful? Give feedback.
-
That's fair. Thank you! |
Beta Was this translation helpful? Give feedback.
@alexmanase To me, such a function is very app-/code-specific, therefore, it's very difficult to include it as a feature in a UI library.
What we do have is all of the tools needed to add such a feature to our tables/apps - e.g.
flux:checkbox
,flux:table
, etc...