-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Row with Buttons #32
Comments
@johntom - you need to prefix your edit and del functions with 'parent.' - http://plnkr.co/edit/wV8GJOvy37aGdjnlMhuH?p=preview |
Hi Michael, Unless I'm missing something the edit and del button click event still does not fire. Only the following event works. <row on-selected="handleRowSelection(row)" ....> Thanks John From: Michael Laccetti [mailto:[email protected]] @johntom https://github.com/johntom - you need to prefix your edit and del functions with 'parent.' - http://plnkr.co/edit/wV8GJOvy37aGdjnlMhuH?p=preview — No virus found in this message. |
Hi Michael, The code always worked like that because of Notice that edit and del buttons are designed to raise an alert. John From: Michael Laccetti [mailto:[email protected]] Not too sure what's going on - I clicked 'edit' on a row, and the form on the right had the data populated. Here's a quick screenshot: — No virus found in this message. |
Cool. I'll check it out tomorrow and get back to you. J From: Michael Laccetti [mailto:[email protected]] Looks like you were just using an outdated version of the angularTable.js - I replaced the content with the current one from the repo and it looks good: image https://f.cloud.github.com/assets/135857/1728637/91a498dc-62b2-11e3-85d1-86ac0addda8e.png — No virus found in this message. |
Hi,
I'm trying to add a command column with 3 buttons (new,edit and delete). The following plunker illustrates the ng-click problem as the only the a href="http://www.gtz.com" works.
http://plnkr.co/edit/SKdu8sFRFOt6qg1J1o0n?p=preview
TIA
John
The text was updated successfully, but these errors were encountered: