mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-16 13:40:24 +02:00
add autoFitColumns config to tables
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user