feat(component): add responsiveness to table components plus stateless table#1719
feat(component): add responsiveness to table components plus stateless table#1719davelinke wants to merge 10 commits into
Conversation
|
41ce893 to
26e991c
Compare
|
Hello @bigcommerce/big-design-stewards this is a biggie. I'd like you to review it before removing the draft state, as it touches many parts of the tables components. I also used Sonnet to solve a few things, especially tests and such, so please advise if you find something you want to correct. I also wanna know if this should be a major update. Thanks in advance for your help! |
There was a problem hiding this comment.
Hey @davelinke, can we split this StatelessTable addition in another PR. It'll be a little easier for us to review + having separate changesets.
What?
Adds responsiveness to public table components and creates a low-level stateless table option
Why?
Historically responsiveness on table has been one of our main gaps in mobile experience. This PR adds a default responsive view to tables. It also creates a low-level stateless table for applications where the table format is not aligned with the high-level components we already have
Screenshots/Screen Recordings
Testing/Proof
dev.tsxcode