Hi all,
I have a custom widget that can add featurelayer created from featurecollection to the map and I use publishData to send this layer to attribute table widget. This way the attribute table will be opened automatically. The problem I had right now is when new features are added to this feature layer (also from that custom widget), the attribute table can not be updated unless I click on that refresh button. Is there any way I can avoid this one click and get it refreshed every time I add new features to that layer?
Thanks!