Skip to content

[next] Implement or allow drag&drop for row reordering #695

Closed
@Phygon

Description

@Phygon

I would like to be able to reorder data rows via drag & drop, for example using react-beautiful-dnd.

In a previous version of the next branch (0.2.20), I could extend the TableBody class and inject the neccessary placeholder

s from react-beautiful-dnd. But with the rewrite from class-based to function components, this is not possible anymore.

I would suggest to add an API to inject the placeholders and styles to the table components to make it possible for client code to implement d&d, or alternatively, to support row reordering natively.

Metadata

Metadata

Assignees

No one assigned

    Labels

    wontfixThis will not be worked on

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions