Row grouping using the fixed column for two columns fixed
Row grouping using the fixed column for two columns fixed
baileylee
Posts: 7Questions: 0Answers: 0
Hi, all
I have two columns on the left to fixed, and of which the left most one I want to put in a group, I tried to set "iLeftColumns" to 2 but it doesn't work.
I find out this is because the api puts left most 2 columns in two one table which could not be grouped on a single column.
I'm thinking if there is a way to separate these two columns to help group one of it. Thanks,
here is the example links
http://jsfiddle.net/5A4Q9/
Bailey
I have two columns on the left to fixed, and of which the left most one I want to put in a group, I tried to set "iLeftColumns" to 2 but it doesn't work.
I find out this is because the api puts left most 2 columns in two one table which could not be grouped on a single column.
I'm thinking if there is a way to separate these two columns to help group one of it. Thanks,
here is the example links
http://jsfiddle.net/5A4Q9/
Bailey
This discussion has been closed.
Replies
http://jsfiddle.net/5A4Q9/1/
first use the group with fixedcolumn with only the leftmost 1
then use the fixedcolumn again on as many columns you want.
and it works.
here is the link
http://jsfiddle.net/5A4Q9/2/