You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is it possible to create columnActions in conjunction with jsExpression in my case I need a new icon per row that when clicked goes to another page and send the data id reference of the row as a parameter...
I tried to use this in my model and does not work, it gives me error all the time...
'columnActions'=>[
'Link'=>['icon'=>'database'],
new \atk4\ui\jsExpression('document.location = go.php?q=1', [$crud->jsRow()->data('id')]) ],
I tried to add it like this and shows the icon well but when click it opens a modal popup and spinning loader in the middle and stop there... it does not execute the Alert as JS...
is it possible to create columnActions in conjunction with jsExpression in my case I need a new icon per row that when clicked goes to another page and send the data id reference of the row as a parameter...
I tried to use this in my model and does not work, it gives me error all the time...
I tried to add it like this and shows the icon well but when click it opens a modal popup and spinning loader in the middle and stop there... it does not execute the Alert as JS...
any ideas?
thanks
The text was updated successfully, but these errors were encountered: