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

TreeGrid plugin for jQuery

Results 54 jquery-treegrid issues
Sort by recently updated
recently updated
newest added

I using AngularJS to create a tree data, via AngularJS auto render method。 `$('').insertBefore($(next)); var settings = $.extend({}, $.fn.treegrid.defaults); $('.treegrid-temp').treegrid('initNode', settings);` this code very hardly to create !!! Can You...

This is some cool stuff however it would be nice if the columns could have headers.

I'm trying make nested treegrids but get error: **Uncaught TypeError: Cannot read property 'getChildNodes' of undefined** Code: ```html ID Client Date Status Test Test2 ```

How do I use the plugin with Angular2 ?

Hi there, I'm trying to use this plugin with webpack using the version published on npm, but, I've noticed that the `package.json`'s main point to a non existing `index.js`. It's...

there is some function to work with AJAX, every time you load the ajax actulice the tree?

It's hard to target the glyph in small devices (small screen). Is there any way to be clickable all the word to expand the subtrees?. Tnx Chris

I have this error on my Tree Uncaught RangeError: Maximum call stack size exceeded `$(document).ready(function () { $('.table').treegrid({ initialState: 'collapsed', expanderExpandedClass: 'glyphicon glyphicon-minus', expanderCollapsedClass: 'glyphicon glyphicon-plus' }); });`

# The performance of operations expand, collapse improved There was a low performance in case the tree have many nodes, 1500 for example. This patch fixes it. Cookies functionality was...