EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: gib65 on June 15, 2017, 03:25:00 PM



Title: merging cells in treegrid
Post by: gib65 on June 15, 2017, 03:25:00 PM
Hello,

I'm experimenting with treeGrid. I'm wondering if there's a way to merge the cells for the top level nodes.

To go from this:

(http://www.shahspace.com/acm/json viewer harness testing/EasyUI/treegrid - unmerged cells.png)

to this:

(http://www.shahspace.com/acm/json viewer harness testing/EasyUI/treegrid - merged cells.png)


Title: Re: merging cells in treegrid
Post by: stworthy on June 16, 2017, 04:18:19 AM
Please call 'mergeCells' method to merge the cells in the same level.


Title: Re: merging cells in treegrid
Post by: gib65 on June 16, 2017, 07:34:05 AM
TreeGrid doesn't have a mergeCells function.