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.