Skip to content

Conversation

@stoyanovski
Copy link

The test page includes features and configuration options that need to be tested for accessibility.

The test page includes features and configuration options that need to be tested for accessibility
@cla-assistant
Copy link

cla-assistant bot commented Nov 24, 2025

CLA assistant check
All committers have signed the CLA.

@cla-assistant
Copy link

cla-assistant bot commented Nov 24, 2025

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Copy link
Contributor

@aborjinik aborjinik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Oliver this will help a lot!


<ui5-table id="productsTable" accessible-name-ref="tableTitle" overflow-mode="Popin" row-action-count="2">
<ui5-table-selection-multi id="selection" slot="features"></ui5-table-selection-multi>
<ui5-table-growing id="growing" type="Scroll" slot="features"></ui5-table-growing>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please add a switch for Scroll and Button, BTW I guess the property called mode not type.
It is not implemented in WC fully but there is a difference for the total count when Scroll or Button mode is used in the m/Table

Copy link
Author

@stoyanovski stoyanovski Nov 25, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added a select to change the growing mode, but it doesn't seem to have any effect. Same in the TableGrowing example.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Something like below should work. As mentioned the property called mode not type.
https://ui5.github.io/webcomponents/nightly/components/TableGrowing/#growing-with-scrolling

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Initially the scrolling works. When I switch to button, the More button is shown and the load-more event is fired on press. But, when I switch to scroll again, the event is not fired anymore.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tried creating the growing again, but didn't change anything

<ui5-table-cell><ui5-label><b>Wireless Charger Pad</b><br><a href="#" aria-label="Product ID WC-4409">WC-4409</a></ui5-label></ui5-table-cell>
<ui5-table-cell><ui5-label>ChargeIt</ui5-label></ui5-table-cell>
<ui5-table-cell><ui5-label>Accessories</ui5-label></ui5-table-cell>
<ui5-table-cell><ui5-label style="color: #2b7c2b" role="status" aria-label="In Stock"><b>In Stock</b></ui5-label></ui5-table-cell>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We will get a ticket "The meaning of the color must be announced" :)
Please seriously consider this maybe a Tag could be an option https://ui5.github.io/webcomponents/components/Tag/#designs

Copy link
Author

@stoyanovski stoyanovski Nov 28, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The AMP Tool reports non-sufficient contrast, so I decided to just keep it as plain text for now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants