Usman Khan
Usman Khan

Reputation: 39

How to use angular material table in angular dart

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

Answers (1)

Hadrien Lejard
Hadrien Lejard

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

Related Questions