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

Make display of total count non-blocking in the tabular master view #61

Open
asishallab opened this issue Sep 7, 2020 · 0 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@asishallab
Copy link
Member

Currently the table view for any data model waits until the total count has been loaded before the user can perform any action on the table. As in relational database management systems (RDBMS) count queries can be slow due to inherent restrictions the component is blocked without need during the execution of the request that sends the count GraphQL query to the respective server.

  • Asses whether it is possible with limited work to make this non-blocking
  • If so, make the total count show a loading icon and already make the table responsive while the total count is still being loaded.
@asishallab asishallab added the enhancement New feature or request label Sep 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants