There is a good example here
Products edit page with pagination for image select from Model Image
Greetings to all, I am really confused beacause after a lot of hours reading,searching, practising ("new to Laravel and not only"), I cannot find a way to (luck of knowledge) do the following: When i edit a product (url.1 products/1/edit) i included a blade view that shows all images from the model images with paginator and it works. But when i click on the paginator link (exp. page2) the page refreshes and the url goes to products/2/edit?page=2 and the results are correct. I want to do that, without refeshing the page and without change the url. Ok..yes you can do this.. With Ajax... Actually that's the reason i need help from anyone can share a helpfull tip. I watched again an again a similar video on youtube but it gave me the half solution.. Please...anyone...how can i get all images with paginator in the product edit view in order to select an attach images to the product but without refreshing the page/change the url?? Thank you all in advance. Stamatis
Please or to participate in this conversation.