You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current Table implement is not flexible enough and does not work out-of-the-box. First step to using the Table is to rewrite the styles as a new styled-component with enough base styles to get it working correct.
For a basic table use-case, the Table component should not need any custom or extended styling to work well responsively.
How would we rewrite this component to no need custom styling to work out of the box?
Acceptance criteria:
Should be responsive down to 320px
Should not need custom styled elements (th, td, tr)
Current Table implement is not flexible enough and does not work out-of-the-box. First step to using the Table is to rewrite the styles as a new styled-component with enough base styles to get it working correct.
For a basic table use-case, the Table component should not need any custom or extended styling to work well responsively.
How would we rewrite this component to no need custom styling to work out of the box?
Acceptance criteria:
example of customized table from Storefront :
Relates to #420
E: 1D
The text was updated successfully, but these errors were encountered: