appendLines ,or updateLines with new rows, autoscrolls the table to end of table

Discussion about recent product features & solutions!
3 posts • Page 1 of 1
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

Post by Victor.Ermakov »

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?

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

Post by adaneau »

Hi,

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

Post by Victor.Ermakov »

I need to stay on current viewing position.

i think ,I found solution:

table.stop(true);

3 posts • Page 1 of 1