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

Infinite pagination in empty EuiBasicTable #2851

Closed
cqliu1 opened this issue Feb 12, 2020 · 2 comments
Closed

Infinite pagination in empty EuiBasicTable #2851

cqliu1 opened this issue Feb 12, 2020 · 2 comments
Labels

Comments

@cqliu1
Copy link
Contributor

cqliu1 commented Feb 12, 2020

The pagination controls appear when the EuiBasicTable has no rows and allows for infinite pagination to the right.

Screen Shot 2020-02-12 at 12 22 42 PM

Cross link: elastic/kibana#57492.

Possibly introduced in #2779 or #2598

@cqliu1 cqliu1 added the bug label Feb 12, 2020
@chandlerprall chandlerprall self-assigned this Feb 13, 2020
@chandlerprall
Copy link
Contributor

Unable to reproduce in EUI. Looked into the Canvas implementation and noticed that page manages its own EuiPagination and does not rely on EuiBasicTable for pagination.

https://github.com/elastic/kibana/blob/439708a6f9e9fd70e773409bbd03e1e723906170/x-pack/legacy/plugins/canvas/public/components/workpad_loader/workpad_loader.js#L271

@chandlerprall chandlerprall removed their assignment Feb 22, 2020
@cchaos
Copy link
Contributor

cchaos commented Feb 24, 2020

Since this was a bug only found by the consuming application, I'm closing this issue as the pagination display is currently correct.

@cchaos cchaos closed this as completed Feb 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants