mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
row ID
This commit is contained in:
@@ -24,6 +24,7 @@ export default function TableRow(props: RowRendererProps<any>) {
|
||||
return (
|
||||
<Row
|
||||
key={props.row._rowy_ref.path}
|
||||
id={`row-${props.row._rowy_ref.path}`}
|
||||
onContextMenu={handleContextMenu}
|
||||
{...props}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user