ccsliinc
ccsliinc
What is the deal with this? Please show some love to Svelte & Typescript/
Can this be merged or does it need more work?
I have submitted another PR, this is complete with testing and Vite
@im-denny I have made a new pull request to fix this issue. #1599
I think the bulk actions is not fixed. Let me see if I can just grab the code for that control.
I don't remember what I did, but I changed something in this section toolbar.blade.php:490 or around. ``` @if ($component->showBulkActionsDropdown()) {{-- TODO - dropdown --}} @lang('Bulk Actions') @foreach($component->getBulkActions() as $action =>...
This allows for the bulk options to dropdown, it looks good, but does not work.
@bryanrscott I have submitted an up to date PR, with Laravel 9, Vite, Livewire Tables 2. [Boilerplate Update](https://github.com/rappasoft/laravel-boilerplate/pull/1598)