-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Manager to honor web map layer's field visibility and order when configured in map viewer FeatureTable #990
Comments
@sarahmcdonald7 do you think we need a config option for this? |
@azizaparveen I think Manager already honors the configurations set up in Map Viewer. I think we should just show the existing configurations from map viewer in the app configuration. We do this with the filter tool - if layers have filters set up in map viewer already we show them in the expression builder when users go to set up new filters. |
@sarahmcdonald7 in my testing I don't see Manager is honoring these, Not sure if I missed anything, could please test this as well? |
@azizaparveen Odd, I was testing this last week and it was working for me in my app: |
@azizaparveen I talk back my last comment. Just tested again today and seeing what you are seeing now too. |
@azizaparveen I know right now field descriptions are being displayed in the table. Lucy suggested hiding descriptions behind an "i" icon. |
@sarahmcdonald7 liked the idea Lucy suggested |
@sumitzarkar, basically we need to do the following:
|
As discussed on the call and according to the above comment:
|
Submitted an issue to take care of the field order and visibility in the configuration side https://devtopia.esri.com/WebGIS/arcgis-portal-app-templates/issues/11257 |
Sent an email to FeatureTable team to get more info on this. |
@sumitzarkar John is going to work on this issue on the configuration side. |
@sumitzarkar heard back from JS API team on showing field description on the hover of info icon. This is not currently supported but they are going to add a new property. Here is the detail, I will check back with him again next week on the progress. "This is not currently supported OOTB on production but I will add a new property to the column template definition to allow passing in text to be assigned to the icon. If no text is provided, we will default to showing the field alias/name on hover as it does now. I will install it this week and it will be available in the 4.32 release/jsdev branch. Example: const table = new FeatureTable({ |
Logged a new issue for the field description enhancement. #1090 |
@azizaparveen @sarahmcdonald7 The table in the map viewer allows us to turn on/off attachment and related records fields. The field selector that is a part of the IA configuration does not currently support the same. I should be able to collect and store the relationship and attachment info for display in our component as is I believe but feel like we will need to extend the field selector to fully support this issue. Otherwise users would need to go back to the map to turn on/off attachment and relationship fields and the field selector would not always reflect that same state they see displayed in the table in Manager. |
@jmhauck are you talking about these two options? it makes sense to me to extend Manager configuration to support these, do you have any idea what will be the level of effort needed for this? Also, if we used Field selector component in Manager, in that case, the component needs to be updated right? |
@azizaparveen Yes these are the options and yes the solutions component would need to be updated also to support these at runtime as well. I'm not really sure on LOE yet...still looking at it but wanted to bring this up to you all. |
Thanks for looking into it @jmhauck, if this gets too big to handle in R1, we can push it to R2 |
Describe requirements
Map viewer now support persisting field visibility and field order set in FeatureTable, we would like Manager to honor these settings when they are configured in map viewer
Here is a test map that has field visibility and order set up on Corvallis HistoricSite layer in Map viewer
https://solutions.mapsdevext.arcgis.com/apps/mapviewer/index.html?webmap=dcbef592ac884dbca6c9516359760950.
Manager currently do not honor these settings.
Alternatives
No response
Other Relevant Info
No response
Impact
No response
The text was updated successfully, but these errors were encountered: