mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
add uniqueId rowId for playqueue
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user