Searching and Pagination with Modal Bootstrap

I am making an application with Livewire, but i always unsuccessfull create a searching and a pagination in the bootstrap modal.
Maybe someone can help me with a solution

What’s the issue you have?

If I display modal, I use wire: model = “search” for binding, but modal will be hide, and when using wire: ignore.self, inside modal doesn’t change the data. And this applies pagination also.

Maybe you can take a look at this. Hope this help you