mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-14 23:44:01 +02:00
disable autoscroll on non-list tables
This commit is contained in:
@@ -771,6 +771,7 @@ const AlbumDetailSongsTable = ({ songs }: AlbumDetailSongsTableProps) => {
|
||||
data={filteredSongs}
|
||||
enableAlternateRowColors={tableConfig.enableAlternateRowColors}
|
||||
enableDrag
|
||||
enableDragScroll={false}
|
||||
enableEntranceAnimation={false}
|
||||
enableExpansion={false}
|
||||
enableHeader
|
||||
|
||||
Reference in New Issue
Block a user