jquery-treegrid
jquery-treegrid copied to clipboard
TreeGrid plugin for jQuery
Hello , I'm is China people,not good in English, Thanks for you . you tools is so great but wo don't know how to add checkbox in the tools. do...
I think that it would be useful adding two events: - the first would be 'onRendering' , which fires when the the grid is processing the data to render; -...
In the example below, if I had a button that added a new child for treegrid-1, it would show up in the table at the bottom. It isn't hard in...
For a table with "table-striped", is it possible to turn off the table stripe for each child and its children row? Only allow stripes for the 1st level parent rows.
It's possible to add new nodes to the grid and make the expand/collapse work? I can't figure it out how. Thaks.
It would be helpful to provide a setting that disallows the expansion or collapse of items. That is, the entire tree is expanded by default, and users cannot collapse trees/subtrees.
We currently have the ability specify glyphs for items with children that are expanded or collapsed, but not glyphs for items that have no children. This is helpful to provide...
$(document).ready(function() { $('.tree').treegrid(); }); says Object doesn't support this property or method at line " $('.tree').treegrid();"
-definable initial state of selected rows (collapsed/expanded) -definition of behavior for too long lines (wrapping, indentation, trimming, etc.)