The project that I am working it is a requirement to display all the fields in the popup during a search or a query. The problem is that there are 40 fields and it makes it a very long infowindow or popup window when you view the results. So, does anyone know how to limit the results, to let's say 20 fields, and there will be a link at the bottom of the popup window saying "for more click here" where users can click and view the rest of the results in a separate popup. I know that this is not simple, so any other suggestions of how to deal with the display of a long list of fields after a click on the map or a query will be appreciated. Thanks.
You can show the results in a draggable canvas. The way i had to do it was to show popup through code and deciding which items to show in the pop-up.
FlexGlobals.topLevelApplication.resultsPanel.createDatagrid( fName + " (" + fRecAC.length + " selected)", fRecAC, false );
Los miembros registrados pueden publicar, seguir actualizaciones y más. ¿Nuevo aquí? Regístrate gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.