-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Description
Hi, i've created a MdDataTableModule !
Tried to pull but error 403.. So:
Code:
<md-data-table-card>
<md-data-table-header searchable>Materials</md-data-table-header>
<md-data-table selectable [data]="materials" key="id">
<md-data-table-column header="Nom" property="name" text-cell sortable sorted></md-data-table-column>
<md-data-table-column header="Prix" property="price" sortable></md-data-table-column>
<md-data-table-column header="Quantitée" property="quantity" sortable></md-data-table-column>
</md-data-table>
<md-data-table-pagination></md-data-table-pagination>
</md-data-table-card>
Missing md-select for it !
Metadata
Metadata
Assignees
Labels
No labels