Just created the tree grid extension, the tree grid is based on the Ext.grid.GridPanel and Ext.data.Store, so the most grid/store options are in place. I've also added per node paging and some UI enhancements.
The code is currently beta, so any feedback and/or bug reports are highly appreciated.
Dear MaximGB,
I don't have any chance to use the component right now, but looks really good and interesting!
Thanks for sharing and keep up the good work!
Marco
Amazing!!!!!!!
In IE7 the tree structure (spacing) it view wrong.
Can you attach a screenshot? I've tested the treegrid under FF, IE7, Opera and everything was fine for me.
Originally Posted by galdaka
What is the XML structure that consume your treegrid?
Thanks in advance,
It can support nested set or adjacency list tree structure, you just have to set appropriate data store (see examples). For nested set every record should have _lft, _rgt, _level fields alongside with other - payload fields. For adjacency list - every record should have _parent field which contains parent node id. Thees fields names can be configured with the store's config.