daniel.z
(Daniel)
1
<hot-table style="zoom:0.7" [afterSelection]="cellSelected()" [outsideClickDeselects]="false"
[manualColumnResize]="true" [colHeaders]="true" [colWidths]="100" [width]="1550" [height]="1000" [rowHeaders]="true"
[data]="dataset">
</hot-table>
the afterSelection
is endlessly fired. What could be the problem?
daniel.z
(Daniel)
2
I had brackets on cellSelected
<hot-table style=“zoom:0.7” [afterSelection]=“cellSelected” [outsideClickDeselects]=“false”
[manualColumnResize]=“true” [colHeaders]=“true” [colWidths]=“100” [width]=“1550” [height]=“1000” [rowHeaders]=“true”
[data]=“dataset”>
Thank you for the update. We can close the issue as resolved.