I am trying to open Attribute table automatically based on selections made by Select tool. For example, If select tool selects features from 3 layers, I would like to open those three layers with in attribute table with selected features.
If someone has done that before, I would appreciate the pointers..
Thank you,
Roger,
If the layer is available in the select widget then usually the attribute table widget will have a tab already created for all the operational layers in the map. So open just the layers that have selections is not something that is practical but have the attribute table widget just open on completion of selection is doable. Will just opening the AT widget be good enough?
Robert,
I made following changes in SelectableLayerItem.js of Select Widget and it seems to be working so far. Please let me know if there is a better way of doing it
Thank you,
That look good to me.