Skip to content

Support prepend and append props #3

@frux

Description

@frux
<SimpleTable
    ...
    // prepends cell with some data in the begining of each row
    prepend={item => (<span>{getSomeData(item.id)}</span>)}

    // appends cell with some data to the end of each row
    append={item => (<span>{getSomeMoreData(item.id)}</span>)}
    ...
    />

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions