Setting width of two fixed columns
Setting width of two fixed columns
BigBadBurrow
Posts: 6Questions: 0Answers: 0
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
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
This discussion has been closed.
Replies
"aoColumnDefs": [
{ "sWidth": "200", "aTargets": [ 0 ] },
{ "sWidth": "50", "aTargets": [ 1 ] }
]
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. . .