Hi
I am building a custom widget that makes a selection on the map. To have the corresponding rows highlighted in the OOTB table widget how do I go about doing this?
Can I use
MessageManager.getInstance().publishMessage(
new DataRecordsSelectionChangeMessage(props.widgetid, ds.records, [props.dataSource.id])
or do I need to extend the current table widget to listen to a new message I send from my custom widget?
Thanks