Defer Loading #932
Unanswered
matthewrichter
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I have followed your documentation on Defer Loading.
I se the following:
public bool $deferLoading = true;
public string $loadingComponent = 'includes.loader';
However when i try and add the withoutLoading to the Header:
Header::make()->showSearchInput()->showToggleColumns()->withoutLoading(),
I get the following error:
Call to undefined method PowerComponents\LivewirePowerGrid\Header::withoutLoading()
Also where do i then set it to use the loader under "includes.loader".
Thanks
Matt
Beta Was this translation helpful? Give feedback.
All reactions