EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: gib65 on June 13, 2017, 02:03:09 PM



Title: creating sub-groups in PropertyGrid
Post by: gib65 on June 13, 2017, 02:03:09 PM
Hello,

I'm experimenting with the EasyUI PropertyGrid. I'm wondering if there's a way of creating sub-groups. Essentially, I would like to have the following effect:

(http://www.shahspace.com/json viewer/example json viewer.png)

That is, notice how under "General", there's "documentation", and under documentation there's "Long Description" and "Summary". Documentation is acting like a "sub-group".

Is there a way to have this effect with PropertyGrid?


Title: Re: creating sub-groups in PropertyGrid
Post by: qianet on June 13, 2017, 02:52:41 PM
PropertyGrid may be not support sub-groups.
suggest try:
TreeGrid


Title: Re: creating sub-groups in PropertyGrid
Post by: gib65 on June 13, 2017, 03:24:23 PM
Thanks again qianet