hgms
Help understanding/troubleshooting slow queries
I have some middleware that logs every query and its execution time, which is what I had included above. The query times were crazy different for some reason and I did not figure out why. I ended up pivoting to Elastic since the dataset really needed something like that anyway.
4 replies
table column visibility base on record
Just thought I'd add a use case that maybe wasn't considered. I'm using the Table builder with a non-traditional table layout and not being able to hide an empty field using the callback record makes my layout wonky.
6 replies
Importing Filament Custom Pages
Thanks, @pboivin! This is very nice and I will use this strategy. Really appreciate the feedback. I am able to use the
Sections
components without registering them in the service provider. I think this is because of the livewire config from config/filament.php
10 replies