Add additional song list column defaults
This commit is contained in:
parent
f2e03266c2
commit
b2f9c73300
1 changed files with 8 additions and 0 deletions
|
@ -92,6 +92,14 @@ export const useSongStore = create<SongSlice>()(
|
|||
column: TableColumn.YEAR,
|
||||
width: 100,
|
||||
},
|
||||
{
|
||||
column: TableColumn.DATE_ADDED,
|
||||
width: 100,
|
||||
},
|
||||
{
|
||||
column: TableColumn.PLAY_COUNT,
|
||||
width: 100,
|
||||
},
|
||||
],
|
||||
pagination: {
|
||||
currentPage: 1,
|
||||
|
|
Reference in a new issue