admin管理员组文章数量:1316523
I would like to create a table using Angular Material.
I am not able to find a table implementation from the documentation. /
However, I found other implementations. I am confused. Are these implementations from Google? Can they work with Angular Material?
var app = angular.module('StarterApp', ['ngMaterial']);
I would like to create a table using Angular Material.
I am not able to find a table implementation from the documentation. https://material.angularjs/latest/
However, I found other implementations. I am confused. Are these implementations from Google? Can they work with Angular Material?
https://github./daniel-nagy/md-data-table
http://codepen.io/jbltx/details/WbdRRb
var app = angular.module('StarterApp', ['ngMaterial']);
Share
Improve this question
asked Nov 15, 2015 at 7:25
guagay_wkguagay_wk
28.1k64 gold badges200 silver badges309 bronze badges
2
- No they are independent libraries based on angular. – Mohit Adwani Commented Nov 17, 2015 at 9:57
- 2 Although old topic and old version of Angular 1.x, I want to share my experience with github./iamisti/mdDataTable (mentioned as an answer below) and github./daniel-nagy/md-data-table mentioned by you: the solution from daniel-nagy repo was a better fit, maybe because of the smaller dependencies it has and I could achieve the results I needed by using it. A feature that I am not sure is misses is the "select displayed columns" which "iamisti" repo has. – Victor Commented Aug 9, 2018 at 10:03
1 Answer
Reset to default 6There is no official angular material table yet, But there are some folks who created some on their own to fill that gap. I really suggest this one: https://github./iamisti/mdDataTable
Since this has been implemented exactly the way it is written in the specification of google material.
本文标签: javascriptTable support for AngularJS MaterialStack Overflow
版权声明:本文标题:javascript - Table support for AngularJS Material - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1742007154a2412189.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论