Forum Discussion
ScottWeiner-152
3 months 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
3 months agoCommunity Member
Nath's approach is good in many cases. However using it with Tabulator is complex. My main approach is using a generic_javascript file in which i define functions. All refer to the same file an all variables needed are also in it. So on any trigger on any slide i then can call a function from that file, inclusief Tabulators specific ones.