ReferenceInput just loads one page of reference ids as dropdown. How to have a lazy loading or infinitely paginating selection

蹲街弑〆低调 提交于 2019-12-11 17:18:51

问题


For example i have Product with Image Object as the entity that handles the image . While Creating/Editing I need to select any imageobject that i have created, but i cannot . The dropdown seems to only load the first page results ( based on ItemsperPage )

Product : name: Text Image : ImageObject

http://localhost:8080/api/image_objects?order%5Bid%5D=DESC&page=1&perPage=25 as seen on the network inspector in the admin page.

来源:https://stackoverflow.com/questions/57698476/referenceinput-just-loads-one-page-of-reference-ids-as-dropdown-how-to-have-a-l

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!