I have a table with cells that can be edited online. in order to accommodate for new content, table configuration defines ‘autoheight’ and “rowHeightColumn” attributes.
See example here : http://test.dunamare.nl/daafgeluk/example.html
There are two problems :
-
when this table is inside of a collapsed panel, it’s not rendered properly.
-
One column is re-sizable, but changing its width does not cause refresh and subsequent row height recalculation.
How can i fix these issues?