jbetancur / react-data-table-component

A responsive table library with built-in sorting, pagination, selection, expandable rows, and customizable styling.
https://react-data-table-component.netlify.app
Apache License 2.0
2.03k stars 409 forks source link

custom-row: adding custom row component (at least a wrapper) #1233

Open mohamed-elzohery opened 3 months ago

mohamed-elzohery commented 3 months ago

Feature Customized rows

I am trying to use react-dnd as it requires the element to be exposed to add a ref in react-data-table I cannot find a way to define a wrapper element around the rendered row to apply drag and drop or to customize rows.