> For the complete documentation index, see [llms.txt](https://docs.tomatophp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tomatophp.com/tomato-admin/components/paginator.md).

# Paginator

<figure><img src="/files/Wuf8EAMVRG1HrRfWT5ER" alt=""><figcaption></figcaption></figure>

if you try to use the default Laravel paginator you will find out that it does not have an SPA links component so we create another one with the replacement of \<a> tages to be \<x-splade-link> you can use it like this

```markup
{!! $users->links('tomato-admin::components.pagination') !!}
```
