Inside a table I am using component that, when clicked, increases its height. Although the row height increases, the size of a window with the all rows of a table remains of the same size. It simply means that I cannot see the contents of the last row.
Can the datatable component be configured to handle this properly?
You are talking about browser window, or about an e:window which contains the dataTable? e:window have a best fit mechanism, that is applied when no width and height are specified, which allow window to be displayed according the child components. It will be great if you could attach a .jsp file, so I could help you further.
It was a simple browser window, just a e:dataTable tag inside jsp page. I have already switched to tomahawk datatable component so I can not produce the jsp source at the moment.