add autoFitColumns config to tables

This commit is contained in:
jeffvli
2025-11-12 20:46:12 -08:00
parent dee73d5632
commit ee1803448c
7 changed files with 13 additions and 0 deletions
@@ -66,6 +66,7 @@ export interface ItemListHandle {
export type ItemListItem = Album | AlbumArtist | Artist | Playlist | Song | undefined;
export interface ItemListTableComponentProps<TQuery> extends ItemListComponentProps<TQuery> {
autoFitColumns?: boolean;
columns: ItemTableListColumnConfig[];
enableAlternateRowColors?: boolean;
enableHorizontalBorders?: boolean;