Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Table Panel: Add back pagination option #26022

Closed
jayemce opened this issue Jul 2, 2020 · 11 comments · Fixed by #45732
Closed

Table Panel: Add back pagination option #26022

jayemce opened this issue Jul 2, 2020 · 11 comments · Fixed by #45732

Comments

@jayemce
Copy link

jayemce commented Jul 2, 2020

Referencing #25969

What would you like to be added:
Table pagination

Why is this needed:
When working (reading/analyzing) tables with lots of records (example of 2000+) it is cumbersome to constantly scroll. It is much more comfortable to paginate. In addition the pagination allows to understand where exactly we are looking at the table, beginning, somewhere in the middle or end.
The table in V7 requires constant scrolling and when arriving at the bottom of the panel, to see the remaining records, the panel must be resized again and again to allow further scrolling ....

-> Feedback from my operations team using it every day.
-> With V7, operations started exporting the tables as CSV to allow for comfortable analysis.
-> We have switched back to V6 tables.

Having paginate as an option is a +.

@torkelo torkelo changed the title TableV7 pagination Table Panel: Add back pagination option Jul 2, 2020
@paregupt
Copy link

paregupt commented Jul 9, 2020

Totally agree. Having a scroll bar on a panel is not the best approach. Would love to have it back.

image

@daldoyle
Copy link
Contributor

daldoyle commented Aug 3, 2020

This would definitely be nice to have back. One issue with scrolling panels in general is when they are on a scrollable page, the user can get confused and/or experience poor UX when their cursor ends up scrolling the table when they meant to scroll the page. It does seem like there are some checks for this so that it doesn't snag the scroll as you're moving down the page, but on some layouts it's tricky to find a way to mouse out of the table to ensure that you're scrolling the page.

@craigta
Copy link

craigta commented Aug 14, 2020

It is able to make use of the pagenation feature when copy/pasting an 'old' style table. But not when creating a net new table in the new format. Can the regression be fixed for new table?

@Nelluru-Hemasree
Copy link

How data links work in table panel?
How to pass current row data on clicking along with url?

@Aricliang
Copy link

Why do not support table paging?Disappointed !😢

@baur
Copy link

baur commented Mar 19, 2021

When the user cursor ends up scrolling the table, the page is scrolled up

@caoqiang-github
Copy link

Hello, I'd like to ask about the progress of the pagination repair now, or are there any plans for the resolution at present?

@rgrullon
Copy link

rgrullon commented Jul 7, 2021

We have a request from a paying customer regarding the progress of this issue. Is there any status changes I can provide? Thank you

@nbfowler
Copy link

Please bring back paging.

@torkelo
Copy link
Member

torkelo commented Mar 31, 2022

Yay! we just merged paging, will be in the coming 8.5 release.

Sorry that everyone had to wait so long for this.

@torkelo torkelo added this to the 8.5.0 milestone Mar 31, 2022
@Leibhaftiger
Copy link

very nice to see the pagination feature now on the new table visualization.
But... there is always something to improve:
now when enabling the pagination ALL scrollbars on the table panel are gone. The vertical scollbar makes sense to hide due to the pagination, but horizontal scollbar is still needed, in case the table content is wider than the panel.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.