remove automatic autosize, use dummy fill column instead

This commit is contained in:
jeffvli
2026-04-05 09:06:03 -07:00
parent d61587b16f
commit 37501f2983
5 changed files with 30 additions and 8 deletions
+1
View File
@@ -184,6 +184,7 @@ export enum TableColumn {
ID = 'id',
IMAGE = 'imageUrl',
LAST_PLAYED = 'lastPlayedAt',
LAYOUT_FILL = '__layoutFill',
OWNER = 'username',
PATH = 'path',
PLAY_COUNT = 'playCount',