Setting width of two fixed columns

Setting width of two fixed columns

BigBadBurrowBigBadBurrow Posts: 6Questions: 0Answers: 0
edited October 2011 in General
Hello,

I have a table with two fixed columns on the left of the table. In the documentation I can only find how to set the width of these two fixed columns combined. How would I go about setting the width of each independant fixed column?

Thank you,

BBB

Replies

  • BigBadBurrowBigBadBurrow Posts: 6Questions: 0Answers: 0
    Solved it!

    "aoColumnDefs": [
    { "sWidth": "200", "aTargets": [ 0 ] },
    { "sWidth": "50", "aTargets": [ 1 ] }
    ]
  • amolamol Posts: 1Questions: 0Answers: 0
    In an Example of Fixed Column, i am Grouping the similar rows into one element and i want to the second column which is also fixed to be the same.
    When i am doing this, If i used iLeftColumn=1 then the similar rows will be grouped into one row.What i want is,i want to fixed the two leftmost columns and to group the similar rows in first column into one ,But i want second column to be left untouched. . .
    Any Help will be really Appreciated. . .
This discussion has been closed.