I am using Angular 6 and Angular Material. I have just set up a Handsontable like this:
<hot-table class=“handsontable”
[hotId]=“instance”
[settings]=“settingsObj”>
which works fine until I wrap it in an angular material tag like:
the results are not what I was expecting. Some elements of the table are hidden and others are far down the page.