I am using TableModel class in OS 6 of Blackberry. Everything else works fine but I am not able to allow the table to auto adjust the height of the row. As per the api documentation there is a method - dataTemplate.useFixedHeight(false) which should allow the table to auto adjust the height. But whenever I set the useFixedHeight to false, I get a index error. The exactly same program works fine when I set the useFixedHeight to true.
Please note that my table has a mix of text and buttons. Not sure if that makes any difference.