Hi there
I implemented a multiline- cellRenderer for TableTree. This actually "looks" pretty good. But clicking on the expansion icon acts not as expected. If I click on one of the icons, a row after the row I clicked gets expanded. It seems like the row which would be there if there was no dynamic rowHeight gets expanded. To find out which icon was clicked it seems like you implemented some sort of algorithm which depends on row height. And you assume that all the rows have the same height. Is that assumption right and how can I fix that? Thanks in advance Daniel
