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
does not pass the nested item.displayName property. It always passes the row. Ideally we should use cell-click.call=externalFunction(args), might be better than just passing the row arg on click.
The binding in general is not setup great or wrorking as easy as I hope...e.g a click target may be the inner text of the button and ot the element with click.delegate
Checkout the event-manager in aurelia-binding repo for improvements
The text was updated successfully, but these errors were encountered:
e.g.
does not pass the nested item.displayName property. It always passes the row. Ideally we should use
cell-click.call=externalFunction(args)
, might be better than just passing the row arg on click.The binding in general is not setup great or wrorking as easy as I hope...e.g a click target may be the inner text of the button and ot the element with click.delegate
Checkout the event-manager in aurelia-binding repo for improvements
The text was updated successfully, but these errors were encountered: