This is my file structure:
I don't know what is the best or most recommended way to talk, get variable data, send variables to another (in this case, from metrix.js to errorslist.js) js file... or to the parent js (in this case, from metrix.js or errorslist.js to tabs.js... or vice versa)
I was thinking about watching a global variable but that was said to be a workaround...
EDIT: pass data without navigating to the said page... :)
Please help thanks...