add uniqueId rowId for playqueue

This commit is contained in:
jeffvli
2025-11-13 10:44:49 -08:00
parent ecbc17d7b7
commit 17bf753d21
@@ -76,7 +76,7 @@ export const PlayQueue = forwardRef(({ listKey, searchTerm }: QueueProps, ref: R
autoFitColumns={table.autoFitColumns} autoFitColumns={table.autoFitColumns}
CellComponent={ItemTableListColumn} CellComponent={ItemTableListColumn}
columns={table.columns} columns={table.columns}
data={data || []} data={data}
enableAlternateRowColors={table.enableAlternateRowColors} enableAlternateRowColors={table.enableAlternateRowColors}
enableDrag={true} enableDrag={true}
enableExpansion={false} enableExpansion={false}
@@ -85,6 +85,7 @@ export const PlayQueue = forwardRef(({ listKey, searchTerm }: QueueProps, ref: R
enableRowHoverHighlight={table.enableRowHoverHighlight} enableRowHoverHighlight={table.enableRowHoverHighlight}
enableSelection={true} enableSelection={true}
enableVerticalBorders={table.enableVerticalBorders} enableVerticalBorders={table.enableVerticalBorders}
getRowId="_uniqueId"
initialTop={{ initialTop={{
to: 0, to: 0,
type: 'offset', type: 'offset',