Re: [pgAdmin][RM3269] Slider jumps up issue in DataView panel - Mailing list pgadmin-hackers

From Akshay Joshi
Subject Re: [pgAdmin][RM3269] Slider jumps up issue in DataView panel
Date
Msg-id CANxoLDcRexbYtLD-7fbc4MkDDBk9Wp1o4KWL9D6PhaXEf4TAOw@mail.gmail.com
Whole thread Raw
In response to Re: [pgAdmin][RM3269] Slider jumps up issue in DataView panel  (Nagesh Dhope <nagesh.dhope@enterprisedb.com>)
Responses Re: [pgAdmin][RM3269] Slider jumps up issue in DataView panel  (Nagesh Dhope <nagesh.dhope@enterprisedb.com>)
List pgadmin-hackers
Thanks, patch applied.

On Wed, Apr 22, 2020 at 5:38 PM Nagesh Dhope <nagesh.dhope@enterprisedb.com> wrote:
Hi Hackers,
The attached patch makes an API call to fetch the next batch of rows only after a user stops scrolling down(to detect added timeout of 250ms) using the slider.

On Tue, Apr 21, 2020 at 1:32 PM Akshay Joshi <akshay.joshi@enterprisedb.com> wrote:
Thanks, patch applied.

On Tue, Apr 21, 2020 at 12:10 PM Nagesh Dhope <nagesh.dhope@enterprisedb.com> wrote:
Hi Hackers,
The attached patch fixes an issue where slider jumps up when new rows get loaded while scrolling down in the DataView panel in the query tool.
Fix uses rows_affected field to create dummy rows (Apart from the first batch of rows). Dummy rows will be updated as and when they are requiredAs total required rows are created initially, SlickGrid will not readjust its height when the next batch of rows are loaded. Hence the jump up in the slider will not happen.

--
Thanks,
Nagesh


--
Thanks & Regards
Akshay Joshi
Sr. Software Architect
EnterpriseDB Software India Private Limited
Mobile: +91 976-788-8246


--
Thanks,
Nagesh


--
Thanks & Regards
Akshay Joshi
Sr. Software Architect
EnterpriseDB Software India Private Limited
Mobile: +91 976-788-8246

pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM5157] Default sort order at start in view table data by primary key by default
Next
From: Satish V
Date:
Subject: [pgAdmin][RM5043] Column names not in creation order during - refreshvia context menu required to resort them properly