We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tried using:
const libTheme = getTheme(DEFAULT_OPTIONS); const customTheme = useTheme({ Table: ` --data-table-library_grid-template-columns: 50% 50px 50px; `, }); const theme = useTheme([libTheme, customTheme]); <Table data={dados} theme={theme}>
Already tried changing the size values and using only the custom theme. But none worked
The text was updated successfully, but these errors were encountered:
Try
<Table data={dados} theme={customTheme} layout={{ custom: true }} >
Sorry, something went wrong.
No branches or pull requests
Tried using:
Already tried changing the size values and using only the custom theme.
But none worked
The text was updated successfully, but these errors were encountered: