You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Proposed changes:
Can you handle that on the application side
No
The text was updated successfully, but these errors were encountered:
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.
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:
Proposed changes:
Can you handle that on the application side
No
The text was updated successfully, but these errors were encountered: