Hello, I’m having some trouble finding out how to implement search and pagination to the modal view when adding a relationship. For Some context I have a form to create a travel guide, and I want to attach some related cities to that travel guide.
At the bottom of the form I have the relationship to add the cities.
When I click on “Add City” the modal view pops up.
Yeah the relationship is fine. It’s more when the view to add the relation pops up, its a list of thousands of records - which isn’t very usable. I’m trying to find out if it’s possible to add a search box and pagination to the modal.