bootstrap-gtreetable
bootstrap-gtreetable copied to clipboard
Extension of Tweeter Bootstrap 3 framework which allows to use tree structure inside HTML table.
Dragged node takes incorrect position when it dropped as child to node that already has last expanded child. It inserts after last child, but it's own children draw after new...
..is there any way to do that? eg I do not want to have the 'update' action
How to rename action title on each node. eg on level 0 I need add Segment & Category, on level 1 I need add Category & SubCategory and on level...
@gilek, I've corrected a typographical error in the documentation of the [bootstrap-gtreetable](https://github.com/gilek/bootstrap-gtreetable) project. You should be able to merge this pull request automatically. However, if this was intentional or if...
There's not nearly enough details in the configuration section to understand how this is used. How is data pulled back from the AJAX query into the table? How do you...
@gilek can u add some Api methods like openAll and closeAll.
This options added for more flexible usage scenarios. With only one allow selection (selectLimit == 1) can be denied unselection and, as variant, not only denied unselection, but repeat selection...
Not allways need unselect by click on node. Now we can prevent unselection by returning false from onSelect action.
Collapsing has been added for child nodes while adding into lastChild or after position if grandChild nodes are present
I was unable to just overwrite `this.templateParts.input`. With `jQuery.extend` only those keys present in the second object overwrite the values of the first object. This request also includes minor space...