Skip to content

Migrate Table UI component to react-table v8 #17941

Closed
@timroes

Description

@timroes

The Table component we're having has pretty broken types at the moment. It does not know about any cell.value type (they are all any), also there are a lot of generic types from react-table used which never gets a generic parameter passed in and defaulting to any.

The types of this component should get a complete cleanup, since it's at the moment very dangerous to change anything around it, since the types are not giving much type-safteyness.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions