Reputation: 39
I am working on angular dart
project and I need to implement angular material table in my application.
I am following this guide https://material.angular.io/components/table/examples. But the example given in the document is for typeScript
. I want to implement that same table in my angular dart
. Is there a way to do that?
Upvotes: 0
Views: 129
Reputation: 5924
package:angular_components does not provide data table yet
But you can use skawa package that contains a data-table https://pub.dev/packages/skawa_material_components
Upvotes: 1