How to get call custom functions & action chains from column templates of oj-data-grid
Summary
How to get call custom functions & action chains from column templates of oj-data-gridContent
Hi Team,
Can you please share the syntax of the calling custom functions, event listeners & action chains from column templates of oj-data-grid.
In the following example, we are trying to invoke custom PageModule function 'LinkToOpty' with custom actions.
When we are trying to pass input parameters to the function 'LinkToOpty(context,event)' it is throwing error and if we don't pass any parameters even though there is no error, function itself is not called.
Even, we could not call the even listener action chains using '$listeners.linkToOptyActionChain'.
0