jquery-treetable icon indicating copy to clipboard operation
jquery-treetable copied to clipboard

jQuery plugin to show a tree structure in a table

Results 49 jquery-treetable issues
Sort by recently updated
recently updated
newest added

The version on NPM is [3.2.0-1](https://www.npmjs.com/package/jquery-treetable) which has https://github.com/ludo/jquery-treetable/blob/3.2.0/jquery.treetable.js#L181 commented which is not the case in master. This commented is causing a bug which is resulting in the collapsed entries...

Really need a method similar "sortBranch", without "node" argument. That will sort root nodes.

enhancement

Fixed eslint issues. Also fixed an comparison/assignment issue on line 44 inside "Node.prototype.ancestors" function.

I have a large list ~2500. Which is common for my implementation. I get the following error when doing an "Expand all". `"A script on this page may be busy,...

performance

As the titles saym I see 404 errors for all of the UI components on your examples page. As a result, drag-and-drop does not work. Looks good though. Thanks.

Does anyone have an example of his grid with he Bootstrap "table-bordered table-striped" style?

I am using treetable with vuejs and I sometimes need to fully reload the treetable structure when my object associated to it is updated. I am trying to accomplish this...

Your file "index.html" in the download purports to show examples of the collapsible tree table, but all it contains are normal, static tables. Screenshot: ![screen shot 2018-03-12 at 8 10...

You need at least SOME dosumentation on the format of the JSON data to feed this grid. It is not clear how to build the JSON to load it.

Hi, I am using jquery-treetable together with JQueryUI tabs. Each tab has its on treetable. After the initialization of the treetables, I call 'expandNode' on a specific node. The treetable...

support