How to bind showData event on a cell?

I try to find this event at docs,I just can’t find it.

I set overflow in td

.handsontable td {
	max-width: 250px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap !important;
}

and I want to show complete data when mouseon incomplete cell

Hi @nicegonice
Sorry for a reply reply.

Did you find your answer already? It is not a default Handsontable option but I guess that you could use cells to accomplish your goal.