Re: Query tool data grid - Infinite scroll vs Pagination

2024-07-02 Thread Aditya Toshniwal
Thank you Dave and others for your valuable feedback. We'll try to achieve what is best for the users. On Tue, Jul 2, 2024 at 5:46 PM Dave Caughey wrote: > I think there's a nice blend between pagination and infinite scrolling. > > The problem with the *current *infinite scrolling implementation

Re: Query tool data grid - Infinite scroll vs Pagination

2024-07-02 Thread Dave Caughey
I think there's a nice blend between pagination and infinite scrolling. The problem with the *current *infinite scrolling implementation is that the scroll baris scaled to the number of *rendered* rows, so as you scroll down (which renders another bunch of records), it keeps rescaling the scrollba

Re: Query tool data grid - Infinite scroll vs Pagination

2024-07-02 Thread Aditya Toshniwal
Hi Anthony, We already do that. It says - 464 fetched out of the total 464 rows. [image: image.png] On Mon, Jul 1, 2024 at 6:12 PM Anthony DeBarros wrote: > If I may add, please have pgAdmin display the total number of rows in the > result set regardless of pagination page size. > > On Mon, Jul

Re: Query tool data grid - Infinite scroll vs Pagination

2024-07-02 Thread Anthony DeBarros
If I may add, please have pgAdmin display the total number of rows in the result set regardless of pagination page size. On Mon, Jul 1, 2024 at 4:35 AM Usman Khan wrote: > Hi Aditya > I vote for pagination, it would really be helpful for end users. > In addition to giving the user the ability to

Re: Query tool data grid - Infinite scroll vs Pagination

2024-07-01 Thread Usman Khan
Hi Aditya I vote for pagination, it would really be helpful for end users. In addition to giving the user the ability to set page size, if he can also select or enter what page he can jump to say 501, 990 etc it would be helpful. On Fri, Jun 28, 2024 at 3:44 PM Aditya Toshniwal < aditya.toshni...@

Re: Query tool data grid - Infinite scroll vs Pagination

2024-07-01 Thread Aditya Toshniwal
sg> > -- > *From:* Aditya Toshniwal > *Sent:* Friday, June 28, 2024 5:33:45 AM > *To:* pgAdmin Support > *Cc:* pgadmin-hackers ; Dave Page < > dp...@pgadmin.org> > *Subject:* Re: Query tool data grid - Infinite scroll vs Pagination > > Hi,

Re: Query tool data grid - Infinite scroll vs Pagination

2024-06-28 Thread Edson Richter
disable it. Thanks, Edson Obter o Outlook para Android<https://aka.ms/AAb9ysg> From: Aditya Toshniwal Sent: Friday, June 28, 2024 5:33:45 AM To: pgAdmin Support Cc: pgadmin-hackers ; Dave Page Subject: Re: Query tool data grid - Infinite scroll vs Pagi

Re: Query tool data grid - Infinite scroll vs Pagination

2024-06-28 Thread Muhammad Ikram
Hi Aditya, Pagination approach has my vote Muhammad Ikram On Fri, 28 Jun 2024 at 15:44, Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi, > > Unfortunately, there were only 3 responses to this. > In that case, we will discuss internally and decide what to do. > > On Thu, Jun

Re: Query tool data grid - Infinite scroll vs Pagination

2024-06-28 Thread Aditya Toshniwal
Hi, Unfortunately, there were only 3 responses to this. In that case, we will discuss internally and decide what to do. On Thu, Jun 20, 2024 at 2:46 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Everyone, > > Request you to share your opinion on this and respond on: > > ht

Re: Query tool data grid - Infinite scroll vs Pagination

2024-06-20 Thread Aditya Toshniwal
Hi Everyone, Request you to share your opinion on this and respond on: https://docs.google.com/forms/d/e/1FAIpQLSdfJhNK8qXSe9mKcubZa8jjjYl0hiZVxhv6GGJo8WJcYc27ug/viewform?usp=sharing On Thu, Jun 20, 2024 at 1:36 PM Dave Page wrote: > Hi > > On Wed, 19 Jun 2024 at 13:42, Aditya Toshniwal < > adi

Re: Query tool data grid - Infinite scroll vs Pagination

2024-06-20 Thread Dave Page
Hi On Wed, 19 Jun 2024 at 13:42, Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Query tool data grid currently pulls the data on load basis in batches. > For example, it will initially load only 1000 rows and once a user scrolls > to the 1000th row, it will fetch t