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

feat(Table): Add LoadingTemplate support #3537

Closed
h2ls opened this issue May 21, 2024 · 1 comment · Fixed by #3583
Closed

feat(Table): Add LoadingTemplate support #3537

h2ls opened this issue May 21, 2024 · 1 comment · Fixed by #3583
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@h2ls
Copy link
Collaborator

h2ls commented May 21, 2024

Feature Request

Description

To enhance the user experience during data fetching or processing times, it would be beneficial to add a LoadingTemplate feature to the Table component. This template should display a customizable loading indicator or placeholder content while the data is being loaded or processed.

Proposed Behavior

When the Table component is in a loading state (e.g., data is being fetched from an API), the LoadingTemplate should be displayed. This template could be a spinner, a skeleton screen, or any custom Razor/HTML provided by the user.

Use Cases

  • When the table is waiting for data to load from an API, instead of showing an empty table or a static loading message, the LoadingTemplate can provide a dynamic and visually appealing loading state.
  • In cases where data processing or filtering takes a noticeable amount of time, this template can be used to improve the perceived performance of the application.
@h2ls h2ls added the enhancement New feature or request label May 21, 2024
Copy link

bb-auto bot commented May 21, 2024

@azlis Thank you for contacting us. We will give feedback later.

@bb-auto bb-auto bot added this to the v8.5.0 milestone May 21, 2024
@h2ls h2ls closed this as completed May 21, 2024
@h2ls h2ls reopened this May 21, 2024
@h2ls h2ls changed the title feat(TableColumn): Expand TableColumn Column Types feat(Table): Add LoadingTemplate support May 27, 2024
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

Successfully merging a pull request may close this issue.

2 participants