top | item 5920569

Show HN: Angular Table, the first 100% declarative angular table grid directive

4 points| davidjnelson | 12 years ago | | reply

6 comments

order
[+] ovidiu|12 years ago|reply
Awesome design, it's exactly what I am expecting from this kind of component.

Congratulations and thanks for releasing this!

[+] davidjnelson|12 years ago|reply
Thanks!! So glad to hear you find it useful.
[+] atjoslin|12 years ago|reply
Yay, finally a declarative table approach :-)

This is why angular directives rock!

[+] mtanwar|12 years ago|reply
I am trying to add a ng-click event but it can't work
[+] davidjnelson|12 years ago|reply
I'm working on a fix for that (issue 8). in the meantime, add parent. before any parent scope members you want to access, as in ng-click="parent.myMethod()".