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
Currently, the Table component is a simple wrapper around MUI's Table without support for custom variants (e.g. bordered, striped, compact). This limits design flexibility and visual consistency with the rest of the Sistent design system.
Desired Behavior
Introduce a variant prop to the Table component that allows rendering different visual styles such as:
default
bordered
striped
compact
This will align the component with the rest of the design system and offer developers more styling options out-of-the-box.
Implementation
Add a variant prop to the Table component.
The text was updated successfully, but these errors were encountered:
Current Behavior
Currently, the Table component is a simple wrapper around MUI's Table without support for custom variants (e.g. bordered, striped, compact). This limits design flexibility and visual consistency with the rest of the Sistent design system.
Desired Behavior
Introduce a variant prop to the Table component that allows rendering different visual styles such as:
default
bordered
striped
compact
This will align the component with the rest of the design system and offer developers more styling options out-of-the-box.
Implementation
Add a variant prop to the Table component.
The text was updated successfully, but these errors were encountered: