Glenn Jacobs

Results 217 comments of Glenn Jacobs
trafficstars

> @glennjacobs This will make all Filament tables (including non-Lunar ones) to use these pagination options. Ah yes, that's a good point.

Oh the performance concerns are nothing to do with Dan's package. It's more our data and what we need to display.

> Another suggestion would be [Livewire Powergrid](https://github.com/Power-Components/livewire-powergrid) havn't tested it yet tho it looks powerful and is linked within [WireUI website](https://livewire-wireui.com/) (may be interesting to take a look too) It...

This is something that has been requested a few times. The macroable functionality was a stop-gap solution. I think it's something we need to look at, but it's not at...

Be good to see how some other packages do it. I feel like the must be a tidier way.

Also, I don't want to have to list out every single model in config, only the ones a developer wants to override. Maybe we need a little helper function/class.

Yeah, they only have a single model to worry about though. We have quite a lot! Thinking maybe something like ```php gc_model('Product')::find(1); ``` Where the helper function `gc_model()` looks to...

Maybe we need a way for addons to register their own models too, so they too can be overridden using the same technique?

We've used the Laravel Actions package before, in fact it was used in v1 of GetCandy. However, we decided against it for v2.

> One idea I have which I will look further into next week which would mean no breaking changes in GC and complete developer flexibility is. > > * Add...