Add row metadata to button column
This commit is contained in:
parent
ee984b6a19
commit
d6a10e2dab
|
@ -70,7 +70,7 @@
|
|||
rowIdx={row.__idx}
|
||||
selected={rowSelected}
|
||||
highlighted={rowHovered || rowFocused}
|
||||
metadata={row.__metadata}
|
||||
metadata={row.__metadata?.row}
|
||||
>
|
||||
<div class="buttons" class:offset={$showVScrollbar}>
|
||||
{#each buttons as button}
|
||||
|
|
Loading…
Reference in New Issue