Row grouping using the fixed column for two columns fixed

Row grouping using the fixed column for two columns fixed

baileyleebaileylee Posts: 7Questions: 0Answers: 0
edited March 2014 in DataTables 1.9
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

Replies

  • baileyleebaileylee Posts: 7Questions: 0Answers: 0
    Sorry this is the link for two fixedcolumn with row grouping
    http://jsfiddle.net/5A4Q9/1/
  • baileyleebaileylee Posts: 7Questions: 0Answers: 0
    anybody has any clue?
  • baileyleebaileylee Posts: 7Questions: 0Answers: 0
    alright, I figured it out.

    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/
This discussion has been closed.