mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-20 11:03:06 +02:00
add config to show/hide table header
This commit is contained in:
@@ -61,7 +61,7 @@ export const SimilarSongsList = ({ count, song }: SimilarSongsListProps) => {
|
||||
data={tableData}
|
||||
enableAlternateRowColors={fullScreenTable?.enableAlternateRowColors}
|
||||
enableExpansion={false}
|
||||
enableHeader
|
||||
enableHeader={fullScreenTable?.enableHeader}
|
||||
enableHorizontalBorders={fullScreenTable?.enableHorizontalBorders}
|
||||
enableRowHoverHighlight={fullScreenTable?.enableRowHoverHighlight}
|
||||
enableScrollShadow={false}
|
||||
|
||||
Reference in New Issue
Block a user