maxazan / jquery-treegrid

TreeGrid plugin for jQuery
http://maxazan.github.io/jquery-treegrid
MIT License
553 stars 222 forks source link

how to identify onCollapse completed event? #47

Open deepgalley opened 8 years ago

deepgalley commented 8 years ago

Hi All, I'm having a large set of data almost 2000 rows in table. I want to display progress bar or i need to do pagination while collapsing the row and once it is completed i want to disable the progressbar. Is there any way to handle this method like completed or success event exists?

$('.tree').on("change", function() {complete: function () {}});

Is there any way kindly update.