Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Shivamyadav's avatar

Infinite scroll on search not working?

I'm using laravel with inertia and vue .

Infinite scroll on load when visible is working and the first search with infinite is also wroking.

What's the problem

When i again try to override that search input then the scroll is not working in the network tab also i can not see any hitting url.
Help me :(

my script

my when visible component

 <WhenVisible :always="!reachedEnd" :params="whenVisibleParams">
            <template v-if="loading">
                <div>Loading...</div>
            </template>
        </WhenVisible>

my controller

1 like
1 reply

Please or to participate in this conversation.