<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?