deferLoading by default?
Hi! We would like to implement
deferLoading()
on all our tables. It is possible to set this by default?2 Replies
Hi @.tibiba, one way I can think of is to create your own base Table class. Extend the core Table and customize.
I think you might be able to do it with configureUsing() on the table class in a service provider. Not 100% sure though.