-
Hi,
any way how to use attributes/appends from models?
btw nice work thx!
-
```
$filters = [
'12' => 'Flagged',
'14' => 'Out Lawed'
]
```
`Column::name('status')->label('Status')->filterable($filters)`
This is creating html like
`Flagged`
It should print this…
-
NEED TO BE DELETED
-
```
➜ x-x git:(main) ./vendor/bin/phpstan analyse
Note: Using configuration file /home/xxx/Desktop/xxx/xxx-x/phpstan.neon.
54/54 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
------ -------------------…
-
I have a page with livewire filters and a yajra datatable
I am filtering my results based on 3 parameters. When submitted, the data is passed to the controller where is it validated.
In the case of …
-
Hi,
I just see in the composer.json file that the package name has been changed. Is there a valid reason ?
It's now `shaneburell/livewire-datatables` instead of `mediconesystems/livewire-datatables`…
-
### Summary of problem or feature request
First thank you for this plugin, once I get through a few edge cases I think it will do exactly what I need. How would one use this plugin with 2 tables lo…
-
### Is the bug applicable and reproducable to the latest version of the package and hasn't it been reported before?
- [X] Yes, it's still reproducable
### What version of Laravel Excel are you using…
-
IF i want to edit a row of data callback not triggering the dialog model not get the ID of the data
-
I'm using laravel 8 framework. I'm getting the following error while installation using this command **_"composer require vxm/laravel-async"_**
> @php artisan ide-helper:generate
TypeError
…