Hi there. I have a similar problem with scrolling. Maybe you could help me
here with my questions.
I've made a table to display events log.
A function to add a string I made looks like that (maybe not the best idea
to do it like that, but I'm new yet):

{
cLog++;
logData.push([cLog, msg]);
logTableModel.setData(logData);
}

So my questions are:
1) How do I scroll to the end of a table after I've added a row?
2) Is there a way to save sorting of a column after adding a row? (now it
only adds records to the end of a table, no matter what kind of sorting I
use, and I want it to be able to add them to the top, if it's sorting
parameter is considered)
3) offtopic: how do I expand width of "msg" column to the rest of a table
width?

Thank you.



--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/How-to-programmatically-scroll-a-table-tp7581861p7585749.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Time is money. Stop wasting it! Get your web API in 5 minutes.
www.restlet.com/download
http://p.sf.net/sfu/restlet
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to