We ran bootstrap-treefy on a tree of 280 nodes and the plugin locked the browser for 20 seconds (or longer).
I think the problem is the recursive table scans going on to set up the table. I wanted to submit a patch but I ended up just writing the little plugin for our use case, but the whole thing can be done in 2 table scans.
We ran bootstrap-treefy on a tree of 280 nodes and the plugin locked the browser for 20 seconds (or longer).
I think the problem is the recursive table scans going on to set up the table. I wanted to submit a patch but I ended up just writing the little plugin for our use case, but the whole thing can be done in 2 table scans.
Here's the working version, with only very minimal API changes (basically just option names): https://github.com/TeachBoost/jquery-treetable/blob/master/src/jquery.treetable.js