Skip to content

More than 8 columns display in an unexpected order #804

@erinknight242

Description

@erinknight242

Griddle version

v.1.11.2

Expected Behavior

Columns will display in the order listed in the data (like it does for <=8 columns)

Actual Behavior

Columns appear in an unexpected order (7, 8, 9, 1, 2, 3, 4, 5, 6)

Steps to reproduce

Follow the Getting Started example, but with data with >8 columns:

<Griddle
  data={[
    { col1: '1', col2: '2', col3: '3', col4: '4', col5: '5',
      col6: '6', col7: '7', col8: '8', col9: '9'}
  ]}
  plugins={[plugins.LocalPlugin]}
/>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions