esvit / ng-table

Simple table with sorting and filtering on AngularJS
http://esvit.github.io/ng-table
BSD 3-Clause "New" or "Revised" License
2.77k stars 851 forks source link

angular-material support md-item #521

Open matteocrippa opened 9 years ago

matteocrippa commented 9 years ago

I think it would be interesting to extend support even to new angular-material tags for tables: md-item and md-content-item that are pretty similar to tr and tds.

Here a quick example: https://material.angularjs.org/#/demo/material.components.list

I just give it a quick try replacing td,tr inside a branch and it works, but for sure it would be interesting to allow both the two kinds of tags to be supported at the same time.

margru commented 9 years ago

This would be great.

Anthropic commented 9 years ago

Material Angular are working on a table component for post 1.0

May be worth pointing them to the great work here so they can use some of it!