I’m using handsontable inside a tab but only shows half of i it, i need to click on it to show the whole table, any help please?
<tab heading="Table" style=" transition-delay: 10ms; width: 100%; height:100%" >
<div class="card-main">
<div class="container-fluid px-1 py-1">
<div class="row">
<div class="form-group col-sm-6">
<hot-table style="margin-left: 40%;" [afterChange]="detectChanges" [settings]="tableSettings" [hotId]="id" [data]="dataset">
</hot-table>
</div>
</div>
</div>
</div>
</tab>