Columns in table head are sometimes not adjusted with columns in body when using FixedColums
Columns in table head are sometimes not adjusted with columns in body when using FixedColums
protasovams
Posts: 11Questions: 2Answers: 0
Hi.
I use FixedColumns and I've got an issue with adjusting columns in head and body of a table.
It seems that if text in a cell of a fixed column occupies more lines, than text in all cells of the same row in not fixed columns, then the body of the table scrolls more to the right than the head.
Here are exmples:
1) Everything is ok:
http://jsfiddle.net/nKduj/2/
2) The same table but we placed a long text in the first cell of the fixed column, and now the body scrolls more to the right, than the header:
http://jsfiddle.net/nKduj/1/
I use FixedColumns and I've got an issue with adjusting columns in head and body of a table.
It seems that if text in a cell of a fixed column occupies more lines, than text in all cells of the same row in not fixed columns, then the body of the table scrolls more to the right than the head.
Here are exmples:
1) Everything is ok:
http://jsfiddle.net/nKduj/2/
2) The same table but we placed a long text in the first cell of the fixed column, and now the body scrolls more to the right, than the header:
http://jsfiddle.net/nKduj/1/
This discussion has been closed.
Replies
Allan