maxazan/jquery-treegrid

on 'render' events

Opened this issue · 0 comments

I think that it would be useful adding two events:

  • the first would be 'onRendering' , which fires when the the grid is processing the data to render;
  • the second would be 'onRendered' , which fires when as soon as the grid is rendered.

Thanks