paul_89142
Call Component function from Action button
There is a scope issue where you cant access $this from the anonymous function closure being passed into ->action(). Using arrow functions might work around that as it would normally allow access to parent variables but $this might be slightly different in this context (i havent tested it tbf let me have a quick go now)
11 replies