Show HN: Angular Table, the first 100% declarative angular table grid directive(angulartable.com)
angulartable.com
Show HN: Angular Table, the first 100% declarative angular table grid directive
http://angulartable.com
6 comments
Thanks!! So glad to hear you find it useful.
Yay, finally a declarative table approach :-)
This is why angular directives rock!
This is why angular directives rock!
Thanks!
I am trying to add a ng-click event but it can't work
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()".
Congratulations and thanks for releasing this!