Created
February 17, 2022 06:40
-
-
Save NaqiNick/d7c0e3c40d716d7d013dade728d5da4e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h2>Clients</h2> | |
<mia-edit-columns [config]="tableConfig" [miaTable]="tableComp"> | |
<button mat-flat-button color="primary">Edit Columns</button> | |
</mia-edit-columns> | |
<button mat-flat-button color="primary" style="float:right;" (click)="onClickAdd()">+</button> | |
<mia-table #tableComp [config]="tableConfig"></mia-table> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment