Forum Discussion
ScottWeiner-152
1 year agoCommunity Member
Passing Objects between JS Triggers
I can't seem to pass an object between triggers in Javascript. In Trigger A, I have a let myTable; statement on the first line. Then I'm using Tabulator to create a myTable. In Trigger B, which ...
MathNotermans-9
1 year agoCommunity Member
Scope issue. Each trigger has its own scope. Search for that on my posts and you will find sample to fix this.
Related Content
- 1 year ago
- 6 months ago
- 10 months ago