EasyUI Forum

General Category => Bug Report => Topic started by: eliraz on September 09, 2014, 06:09:35 AM



Title: datagrid: using column groups with hidden columns
Post by: eliraz on September 09, 2014, 06:09:35 AM
Hi,
I'm using a datagrid with column groups and hidden columns and I noticed that something is going wrong.
I've made an example of the bug here:
http://jsfiddle.net/6whkzm47/1/

Thanks in advance :)


Title: Re: datagrid: using column groups with hidden columns
Post by: jarry on September 09, 2014, 06:39:21 AM
You have made some errors in your code. Please try the updated example http://jsfiddle.net/6whkzm47/2/


Title: Re: datagrid: using column groups with hidden columns
Post by: eliraz on September 09, 2014, 11:38:04 PM
Thank you for the quick response!
but i still think that something doesn't word properly:
http://jsfiddle.net/6whkzm47/3/

I need the columns : Item Id, Product and Unit Cost to be grouped by the "Item Detailssss" header column, so Iv'e made it colspan 3.
But instead, it's grouping by the 3 first shown columns as you can see in the example.

Thanks in advance.


Title: Re: datagrid: using column groups with hidden columns
Post by: jarry on September 10, 2014, 06:30:50 AM
Please try to run this updated example http://jsfiddle.net/6whkzm47/4/