-
Notifications
You must be signed in to change notification settings - Fork 975
Closed
Description
I'm looking for an exmple of drag & drop columns with react-sortable-hoc and react-virtualized, I have not figured out how I can do it. Plz help me ...
<Table
height={height}
width={1500}
headerHeight={styles.rowHeight}
rowHeight={styles.rowHeight}
rowCount={tableData.length}
rowGetter={getRow}
headerStyle={styles.headerRow}
rowStyle={getRowStyle}
headerClassName="headerColumn"
>
{
columns.map((line, key) => (
<Column
key={key}
width={line.width}
dataKey={line.dataKey}
label={line.label}
/>
))
}
</Table>
@clauderic
I succeeded for the rows but not for columns by following this link: https://embed.plnkr.co/N4iYHYE9gPLp4Y3NHbhk/
lrecknagel and silvenon
Metadata
Metadata
Assignees
Labels
No labels