Herbert Maschke

Results 75 comments of Herbert Maschke

Thanks a lot for your contribution. I will review and test it with my projects that have datatables implemented in my office soon (next days) and will give feedback /...

Is https://github.com/MedicOneSystems/livewire-datatables/pull/450 possibly fixing this issue ?

I think this is possible by just appending some tailwind classes to the appropriate places. I also have the same demand, but solved this in an bootstrap project. If anybody...

Hey, @kountouris7 i have sort of taken over the maintainership of livewire-datatables and would like to merge your awesome feature. Unfortunately a lot has changed in the mean time; do...

Wow, @kountouris7 that looks like a lot of work you have done there. Also the tests look very intense ! There are some minor style issues here : https://github.styleci.io/analyses/O3v34B Unfortunately...

I suggest to read: https://laravel.com/docs/9.x/authorization or, when having more complex situation, to use a extension like https://github.com/JosephSilber/bouncer which integrates nicely with livewire-datatables !

You can publish the views with `php artisan vendor:publish --provider="Mediconesystems\LivewireDatatables\LivewireDatatablesServiceProvider"` and adjust the views to your custom situation. Ensure to also restrict the actions in your Controllers.

@metola This does work indeed. Thanks a lot ! Is it possible to only use POS_HEAD on a specific controller & action (where the captcha is), but POS_END everywhere else?...

@jackd248 could you please give an example what you have written into your `deploy.php` to raise that timeout? Thanks a lot !