marat-gainullin / platypus-js

Apache License 2.0
9 stars 9 forks source link

Grid get cell element #90

Open AlexeyKashintsev opened 8 years ago

AlexeyKashintsev commented 8 years ago

How to get cell.element on grid column event onRender?

marat-gainullin commented 8 years ago

There is no way to do that. It is because cell's do not exist while rendering. There is an oportunity to mark a cell during rendering with an id or just memorize its id and then through invoke.later mechanism do whatever you want with this cell. We need to review this case more precisely to make a solution.

AlexeyKashintsev commented 8 years ago

May be it's possible to create something like afterRender event?