Refresh runScript() from another component

Table component “A” has a event script that runs only on initialization to fetch a dataset
Button “B” performs som underlying operation altering data. After “B” has been pressed, the runScript() on “A” needs to be re-run.

Is there a method that can accomplish this?

Found it. system.db.refresh()
Didn’t care to look in the system.db library since i work with PyDataSets.