ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: zhouqi on January 21, 2021, 08:46:57 am

Title: Add row dynamic, and how scrollbar auto scroll to bottom(the new row position)?
Post by: zhouqi on January 21, 2021, 08:46:57 am
Hello,
How do I make the scroll bar automatically scroll down to the bottom(the new row position) , when add a new row dynamically ?
Title: Re: Add row dynamic, and how scrollbar auto scroll to bottom(the new row position)?
Post by: paramvir on January 21, 2021, 03:32:58 pm
Get rowIndx of the newly added row ( return value of addRow method ) and pass it to scrollRow method

https://paramquery.com/pro/api#method-addRow

https://paramquery.com/pro/api#method-scrollRow