jquery-treegrid
jquery-treegrid copied to clipboard
TreeGrid plugin for jQuery
Is it somehow possible to set level of expansion?
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...
Hi I don't know if this is a known issue, but it is taking almost 1 minute to load the table grid for just 1530 nodes. Please let me know...
In my feature I need to instance the treegrid and keep the current state. But currently, when I add one more row and apply the treegrid, the another rows are...
This altered version of the initExpander code will add the expand action to the title of each treenode: ( makes it much easier to use, don't know how to add...
In my feature I need to instance the treegrid and keep the current state. But currently, when I add one more row and apply the treegrid, the another rows are...
Most noticeable in initialization, `example-huge.html` runs ~10 times faster for me.
Is there any option to sort by drag&drop
Hi Following is the output i get from my query $array = array (0 => array ( 'id' => '1', 'parent' => '0','name'='aaaa' ), 1 => array ( 'id' =>...
Hi, I have downloaded the jquery-treegrid. but i am unable to get the expand or collapse, the table is displaying as simple table. Even the examples are also displaying as...