Skip to content

How to setup initial Collumm width? #154

@Lucrilhas

Description

@Lucrilhas

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions