开发者

Ext JS Tree with Grid in nodes - combine widgets

开发者 https://www.devze.com 2023-01-15 11:20 出处:网络
I\'m looking for a sol开发者_Go百科ution on how to combine two widgets. I\'m taling about the Tree widget and the Grid widget in such way that f.e. every node of tree represents a database table and a

I'm looking for a sol开发者_Go百科ution on how to combine two widgets. I'm taling about the Tree widget and the Grid widget in such way that f.e. every node of tree represents a database table and after expanding it shows record in a grid widget. Is there a way to combine those two in one ?


As far as I remember, TreeGrid didn't work particularly well with some flexible layouts and always had to have a fixed width (probably they changed this in the latest versions, my last experience was with 2.2). For similar tasks I used nested grids and row expanders. Here is one of possible implementations http://mikhailstadnik.com/ext/examples/nested-grid.htm.


Check out the TreeGrid. Example here: http://dev.sencha.com/deploy/dev/examples/treegrid/treegrid.html

0

精彩评论

暂无评论...
验证码 换一张
取 消