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

Enhancement: Change growing button state when all items are loaded #12793

Open
do-oel opened this issue Nov 29, 2024 · 0 comments · May be fixed by #12817
Open

Enhancement: Change growing button state when all items are loaded #12793

do-oel opened this issue Nov 29, 2024 · 0 comments · May be fixed by #12817
Assignees
Labels

Comments

@do-oel
Copy link

do-oel commented Nov 29, 2024

Is this a bug, enhancement, or feature request?

Enhancement

Describe your proposal.

For platform tables with growing button: Currently, when all items in a table are loaded, the growing button still remains active and clickable although no more items can be loaded.

In this case, the growing button should be replaced by a non-interactive but focusable text stating "Showing n of n"

Current state:
image

Proposed changes:
image

Can you handle that on the application side

No

@droshev droshev added the table label Nov 29, 2024
khotcholava added a commit that referenced this issue Dec 6, 2024
closes [#12793](#12793)

Add conditional rendering to growing button component
Implemented logic to display the growing button only if there are more items to load, using a conditional check. This ensures that the button is hidden once all items have been loaded.
@khotcholava khotcholava linked a pull request Dec 6, 2024 that will close this issue
khotcholava added a commit that referenced this issue Dec 11, 2024
khotcholava added a commit that referenced this issue Dec 11, 2024
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