Skip to content

Components can't be passed through props since the defaults come after the prop in the object spread #4

@dtaub

Description

@dtaub

Should ...components be on the bottom?

    const tableComponents = {
      ...components,
      body: {
        wrapper: Virtualized.BodyWrapper,
        row: dnd.draggableRow(Virtualized.BodyRow)
      }
    };

Mainly I just want to override shouldComponentUpdate(). Is there any easier way to do that?

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