the button appears at the bottom of the page:
`<mat-card>`
<hot-table class="handsontable"
[hotId]="instance"
[settings]="settingsObj">
</hot-table>
<p>
<button (click)="addData()">add Data</button>
</p>
</mat-card>
the button appears at the bottom of the page:
`<mat-card>`
<hot-table class="handsontable"
[hotId]="instance"
[settings]="settingsObj">
</hot-table>
<p>
<button (click)="addData()">add Data</button>
</p>
</mat-card>