Hi all,
 
I try to initialize my table from the bottom. What im doing is setup my table and then call scrollCellToVisible(table.getRowCount() - 1, 0). But this doesnt work.
 
Well i thought about a hack wich would call scrollCellToVisible() on the first roundtrip after the UI- Half of the table was created. But the data from the top rows would get transferred wich is not needed.
 
Is this a bug or is there any other way to initialize the table showing the bottom lines? (or showing from row number "x")
 
Best regards
 
Daniel

Reply via email to