support scroll sync on sticky table header and groups

This commit is contained in:
jeffvli
2025-11-20 14:40:09 -08:00
parent 948fc40b3e
commit c4f94495a8
4 changed files with 271 additions and 64 deletions
@@ -552,7 +552,7 @@ const AlbumDetailSongsTable = ({ songs }: AlbumDetailSongsTableProps) => {
id={`disc-${discGroup.discNumber}`}
indeterminate={isSomeSelected}
label={
<Text component="label" size="sm">
<Text component="label" size="sm" truncate>
{t('common.disc', { postProcess: 'sentenceCase' })}{' '}
{discGroup.discNumber}
{discGroup.discSubtitle && ` - ${discGroup.discSubtitle}`}