If your table isn't sorted, you can just insert the new items at index 0. On Sep 20, 2011, at 12:19 PM, JohnRodey wrote:
> In my java code I keep adding data to my table, that new data is then > displayed at the bottom of the table. > > Is there a way to default it to add new data to the top of the table and > push everything else down? > Or would I have to sort it on a key every time I add a new entry? > > Thanks > > -- > View this message in context: > http://apache-pivot-users.399431.n3.nabble.com/Simple-question-about-TableViews-tp3352586p3352586.html > Sent from the Apache Pivot - Users mailing list archive at Nabble.com.
