appendLines ,or updateLines with new rows, autoscrolls the table to end of table.
How do I configure a table so that auto-scrolling doesn't occur?
appendLines ,or updateLines with new rows, autoscrolls the table to end of table
- Victor.Ermakov
- Posts:25
- Joined: Fri Oct 20, 2017 8:50 am
appendLines ,or updateLines with new rows, autoscrolls the table to end of table
- adaneau
- Posts:310
- Joined: Tue Feb 21, 2012 9:49 am
Re: appendLines ,or updateLines with new rows, autoscrolls the table to end of table
Hi,
You can use
table.lineVisible(1);
So it stays always on beginning.
BR
Alexandre Daneau
You can use
table.lineVisible(1);
So it stays always on beginning.
BR
Alexandre Daneau
- Victor.Ermakov
- Posts:25
- Joined: Fri Oct 20, 2017 8:50 am
Re: appendLines ,or updateLines with new rows, autoscrolls the table to end of table
I need to stay on current viewing position.
i think ,I found solution:
table.stop(true);
i think ,I found solution:
table.stop(true);