Skip to content
This repository was archived by the owner on Jan 15, 2022. It is now read-only.
This repository was archived by the owner on Jan 15, 2022. It is now read-only.

claim header disappears if filter enabled dynamically #129

Open
@bryanlarsen

Description

@bryanlarsen

I've set up my filter to be dynamic. IOW, it displays when the user presses a "search" button, and hides when they press it again.

<Reactable.Table  filterable={this.props.searchEnabled && ['Number', 'Status', 'Name', 'Date', 'otal', 'Submitted', 'Paid']} >

transitioning this.props.searchEnabled from false to true causes the column headers to disappear. They're still missing on a transition back from true to false.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions