Title: How to make row group in datagrid? (merged cell) [SOLVED] Post by: aswzen on February 09, 2016, 12:45:19 AM How to make row group in datagrid?
i know there is group view plugin to make rows in group, but how to make a row totaly merged when its value are same? see image below: (http://i.imgur.com/VcxQYPz.jpg) Thank you in advance Title: Re: How to make row group in datagrid? (merged cell) [NOT SOLVED] Post by: stworthy on February 09, 2016, 06:36:42 PM You can call 'mergeCells' method to merge cells. Please look at this example:
http://www.jeasyui.com/demo/main/index.php?plugin=DataGrid&theme=default&dir=ltr&pitem=Merge%20Cells%20for%20DataGrid Title: Re: How to make row group in datagrid? (merged cell) [NOT SOLVED] Post by: aswzen on February 09, 2016, 07:49:47 PM wow .. i missed that one.. :o
thank you |