Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

feat(EbayTable): add new table component #450

Merged
merged 4 commits into from
Feb 20, 2025
Merged

feat(EbayTable): add new table component #450

merged 4 commits into from
Feb 20, 2025

Conversation

HenriqueLimas
Copy link
Member

Description

  • Add new EbayTable component
  • Fix tri-state-checkbox aria-checked correct value for controlled components
  • Add types for EbayCheckbox and EbayTriStateCheckbox handlers
  • Add icons information on EbayCheckbox and EbayTriStateCheckbox documentation

Storybook: https://opensource.ebay.com/ebayui-core-react/table/?path=/docs/data-display-ebay-table--docs

Copy link

changeset-bot bot commented Feb 20, 2025

🦋 Changeset detected

Latest commit: 2d086ad

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@ebay/ui-core-react Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link
Collaborator

@darkwebdev darkwebdev left a comment

Choose a reason for hiding this comment

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

There's something weird going on with allSelected state in storybook: it defines the checkbox in header but doesn't affect the checkboxes in rows...


After you render the EbayCheckbox component in your application, if you do not see the checkbox svg, you should add import and render EbaySvg component once at the root level of your application (usually layout file).
Add the bellow icons to the `EbaySvg` component.
Copy link
Collaborator

Choose a reason for hiding this comment

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

below, not bellow

@darkwebdev
Copy link
Collaborator

👍

@HenriqueLimas
Copy link
Member Author

As we discussed, allSelected is currently behaving as the marko implementation.

@HenriqueLimas HenriqueLimas merged commit 42afcfd into 8.1.0 Feb 20, 2025
7 checks passed
@HenriqueLimas HenriqueLimas deleted the table branch February 20, 2025 18:32
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants