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

Ligonsker's avatar

Laravel Paginator and fitlering table results

If I have a table with pagination, and I need to search in the dataset - will it work? The pagination docs don't have much information about it.

so if for example I have 1000 results with pagination of 10 results per page, and I add search box in the table in the frontend - will it be able to search for data not on current page?

0 likes
2 replies
aliabdm's avatar
aliabdm
Best Answer
Level 1

yes it will search the entire query

1 like

Please or to participate in this conversation.