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

[Table]: For growing table, load more button is displayed on filter #10481

Open
1 task done
lateefsofi opened this issue Jan 2, 2025 · 1 comment
Open
1 task done
Labels
documentation This issue is about wrong documentation

Comments

@lateefsofi
Copy link

lateefsofi commented Jan 2, 2025

Describe the bug

When table is rendered with many rows and if filter is applied which will display few rows then "Load More" button is displayed in the bottom.

Isolated Example

https://stackblitz.com/edit/github-j9qrx1lg?file=src%2FApp.tsx,src%2Fvite-env.d.ts

Reproduction steps

  1. Navigate to https://stackblitz.com/edit/github-j9qrx1lg?file=src%2FApp.tsx,src%2Fvite-env.d.ts
  2. Once table is displayed with data click on "Filter" button
  3. See the table is rendered with "More" button

Expected Behaviour

"More" button should not be displayed.

Screenshots or Videos

Image

UI5 Web Components for React Version

2.5.0

UI5 Web Components Version

2.5.1

Browser

Chrome

Operating System

No response

Additional Context

No response

Relevant log output

This a blocker for us

Organization

SuccessFactors

Declaration

  • I’m not disclosing any internal or sensitive information.
@Lukas742
Copy link
Collaborator

Lukas742 commented Jan 7, 2025

Hi @lateefsofi

per default the "More" button is displayed if the table is not scrollable. This information is currently only available in the ui5-webcomponents documentation (docs). In my opinion, this particularity should also be outlined in the description of the component itself, that's why I'm forwarding the issue to the ui5-webcomponents repo.

If the table is not scrollable, a growing button is rendered instead. The button will disappear once the table is scrollable.


Hi Colleagues,

could you please make the info regarding the grow behavior of the table available on the component (TableGrowing) itself? Otherwise it's not available in IDEs and can't be picked up by our wrapper.

@Lukas742 Lukas742 added the documentation This issue is about wrong documentation label Jan 7, 2025
@Lukas742 Lukas742 transferred this issue from SAP/ui5-webcomponents-react Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation This issue is about wrong documentation
Projects
Status: 🆕 New
Development

No branches or pull requests

2 participants