-
Notifications
You must be signed in to change notification settings - Fork 10
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
Nds 191 - Table: API/technical Implementation #351
Conversation
This pull request is automatically being deployed by Amplify Hosting (learn more). |
Thanks for the initial PR, @aferro-wwnorton! Could you clarify what type of feedback you're looking for while this is still in draft? |
Nothing in particular Evan, Just to keep track of the issue myself
…________________________________________
De: Evan Yamanishi ***@***.***>
Enviado: lunes, 1 de abril de 2024 12:47
Para: wwnorton/design-system
Cc: Ferro, Ariel; Mention
Asunto: Re: [wwnorton/design-system] Nds 191 - Table: API/technical Implementation (PR #351)
EXTERNAL EMAIL
Thanks for the initial PR, @aferro-wwnorton<https://github.com/aferro-wwnorton>! Could you clarify what type of feedback you're looking for while this is still in draft?
—
Reply to this email directly, view it on GitHub<#351 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/A64M43RM4IMQNJN46ZFZ6DTY3F6R7AVCNFSM6AAAAABFLJRKG6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMZQGAZDQNJZGQ>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
@sh0ji @lucas-contreras @cafrias Table Component OverviewThis
Context and State ManagementTableContext
Table Component and SubcomponentsTable: initializes the table state and provides it to all its children through TypeScript Interfaces and typesInterfaces used for typing props and state:
Types:
Concerns:Based on this first implementation, I have the following:
Note:"The styles and classes of NDS to be used in this implementation have not yet been reviewed. Carlos or Lucas would need to apply them. I'm adding them both as reviewers for this PR as well." |
This implementation will be refactored from scratch in a new ticket |
This is a prelliminary implementation of the new
component.