Closed
Description
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.