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

[EuiBasicTable] Loading state should block user interaction #1074

Closed
cjcenizal opened this issue Aug 1, 2018 · 6 comments
Closed

[EuiBasicTable] Loading state should block user interaction #1074

cjcenizal opened this issue Aug 1, 2018 · 6 comments

Comments

@cjcenizal
Copy link
Contributor

If a table is loading, that means its contents may no longer reflect reality on the server (e.g. if a row has been deleted and we need to update the table's contents). While the table is in a loading state, can we block interaction and give the table a suitable "non-interactive" visual appearance?

Relevant Kibana issue: elastic/kibana#21575

@chandlerprall
Copy link
Contributor

I believe the following needs to be interactively and visually disabled -

  • row selection
  • actions row
  • column sorting
  • pagination

In addition, we should probably throw a pointer-events: none on the table to prevent any custom interactive cell content from being useable.

@cchaos

This comment has been minimized.

@joshdover
Copy link
Contributor

@cchaos
Copy link
Contributor

cchaos commented Mar 16, 2020

Similar issue #476

@cchaos cchaos changed the title EuiBasicTable loading state should block user interaction [EuiBasicTable] Loading state should block user interaction Sep 19, 2020
@cchaos cchaos removed the tables label Sep 19, 2020
@github-actions
Copy link

👋 Hey there. This issue hasn't had any activity for 180 days. We'll automatically close it if that trend continues for another week. If you feel this issue is still valid and needs attention please let us know with a comment.

@cchaos
Copy link
Contributor

cchaos commented Mar 19, 2021

Closing in favor of #3474

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

No branches or pull requests

4 participants