Skip to content

Wider table #21

Description

@DavidPetrasek

I need the ResponsiveRow to be wider than 600px.
I tried to set the max-width manually but it gets overwritten.

I propose a new property to be able to set the max width of each ResponsiveColumn like this:

<ResponsiveRow>
  <ResponsiveColumn maxWidth="300px">First</ResponsiveColumn>
  <ResponsiveColumn maxWidth="400px">Second</ResponsiveColumn>
  <ResponsiveColumn maxWidth="250px">Third</ResponsiveColumn>
</ResponsiveRow>

Or add a new property to ResponsiveRow like this:

<ResponsiveRow maxWidth="980px">
  <ResponsiveColumn span={1}>First</ResponsiveColumn>
  <ResponsiveColumn span={2}>Second</ResponsiveColumn>
  <ResponsiveColumn span={1}>Third</ResponsiveColumn>
</ResponsiveRow>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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