<div>Hi!</div>
<div>&nbsp;</div>
<div>What is the best way to avoid too many callbacks!</div>
<div>&nbsp;</div>
<div>I have a large table with e.g. 1000 cells.</div>
<div>Each cell has&nbsp;an onClick Event with&nbsp;a callback.</div>
<div>But to improve the performance, it would be</div>
<div>better to use&nbsp;only one callback which sends back the selected cell id as parameter!</div>
<div>&nbsp;</div>
<div>It would be nice to have an example for such cases.</div>
<div>&nbsp;</div>
<div>Gerhard</div>
<div>&nbsp;</div>