There is a Table component displaying data from an external source.
I am considering to keep a goroutine periodically checking the external source for data modifications in order to update the Table component.
However I'm unsure about how exactly to create an Event to re-build the Table and mark its Window as dirty.
Does this course of action seem reasonable?
What would be the recommended way to keep a Table up-to-date with external information?
Thanks,
Everton