I\'m trying to pass a couple of parameters to a remoteFunction in grails but I\'m struggling to format it correctly
I want to pass in the value of a piece of data on
I had the same problem but all answers above did not help as the value I want to get are the selected value from the selection dropdown as well as the obj instance inside table that was being iterated. below was the solution.