Hi, I have issue in my handsontable. When scroll to right, all row height auto render. How to fix it? (using Angular ver.14)
<hot-table
[data]=“dataSourse”
[colHeaders]=“true”
[rowHeaders]=“false”
[columns]=“getColumns()”
[nestedHeaders]=“nestedHeaders”
[mergeCells]=“mergeCells”
[manualColumnMove]=“true”
[settings]=“hotSettings”
className=“htMiddle htCenter hot-table-cus”
[fixedColumnsStart]=“2”
[rowHeights]=“60”
[autoRowSize]=“false”
licenseKey=“non-commercial-and-evaluation”
Please share a code demo where we can check the issue and describe the steps how to reproduce it.