row height on fixed column doesn't get re-drawn after content changed on non-fixed column
row height on fixed column doesn't get re-drawn after content changed on non-fixed column
hello,
i have a table with 2 fixedColumns.
on of the other columns has a jQuery x-editable in it, which allows you to edit the content of the cell.
if the content is changed into some long text - the rows of the non-fixed columns get their height automatically resized to fit the content, while the corresponding rows in the fixedColumns - don't.
iv'e tried
"sHeightMatch": "auto"
and iv'e tried invoking
fnRecalculateHeight
and
fnRedrawLayout
after the text has been changed in the cells.
perhaps i'm doing it wrong.
can anyone please post here some helpful piece of code ?
thanks
Omer