-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat(table)!: expandable rows #759
Conversation
Storybook for this build: https://ds.equisoft.io/pr-759/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1ere passe de fait.
Quelques petites modifications à apporter au button
qui trigger l'expand et questions ici et là.
Sinon, il y a un petit glitch quand une row expand, le texte de toute la table bouge de gauche à droite.
Screen.Recording.2024-03-06.at.10.47.36.AM.mov
Tel que discute avec les designers, on enleve l'indentation. |
Pret pour review, tout a ete corrige |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
un petit details mais sinon GJ !
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
C'est fixe |
Ca n'avait pas deploye comme il faut, c'est bon maintenant. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All good pour moi. Beau boulot!
Tous les commentaires ont ete resolved, pret pour review. |
* feat(table): expandable rows * fix: accessibility and subrows * fix: tests * fix: story * fix: force deploy storybook * fix: post comments * fix: comments * fix: remove condition from cell render
DS-914
Description:
Fixes:
BREAKING CHANGE:
TableColumn<T>
is now an interface of one column instead of the whole array.