Skip to content

Refactor <RowContainer /> rendering inside <Table /> #22

@bbenefield89

Description

@bbenefield89

Expected Behavior

Components should be broken down as much as possible to promote reusability and readability

Actual Behavior

There is a this.state.rows.map(...) that renders <RowContainer /> elements that could either be moved into it's own component or moved into a new method on the <Table /> that handles rendering this.

Steps to reproduce

Screenshot

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions