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
/** @beta Flag indicating if the table should have plain styling with a transparent background */
52
52
isPlain?: boolean;
53
-
/** @beta Flag indicating if the table should not have plain styling when in the glass theme. If isPlain is also set, this property will be ignored. */
53
+
/** @beta Flag indicating if the table should not have plain styling when in the glass theme */
54
54
isNoPlainOnGlass?: boolean;
55
55
/** If set to true, the table header sticks to the top of its container */
"Table: When both isPlain and isNoPlainOnGlass are true, isPlain will take precedence and isNoPlainOnGlass will have no effect. It's recommended to pass only one prop according to the current theme."
0 commit comments