Our src/components/v5/common/Table/Table.tsx got a bit out-of-hand to manage it properly, given the high number of props being used and the constant changes or additions to it, so it's a good candidate for refactoring it into a more generic component that makes use of composition and create different specialised components for the different use cases that we need (eg. vertical or horizontal layout)
Specification
Description
Our
src/components/v5/common/Table/Table.tsx
got a bit out-of-hand to manage it properly, given the high number of props being used and the constant changes or additions to it, so it's a good candidate for refactoring it into a more generic component that makes use of composition and create different specialised components for the different use cases that we need (eg. vertical or horizontal layout)Design
Figma link
Implementation
This issue is complete when...