Listen to Tab Click Event in Table Widget

187
0
3 weeks ago
Labels (2)
Esprit3
New Contributor II

I would like to know how can I listen to when a tab on the table widget is clicked?

 

I have a custom widget, that sends query results as data source to the table widget as a new tab, and highlights and zooms the items in the response on the map. I want so that, if I reclick an old tab, it re-executes the highlighting and zooming of those items. How can I do this? Is there a way to do it purely through code for example through DataActionManager? Or do I have to set it up through the table widget?

 

Thanks!

 

Edit:

DataSourceManager.getInstance(); saves each tab in there, but how do I listen for click events on tabs?
0 Kudos
0 Replies