mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 20:29:36 +02:00
Add additional song list column defaults
This commit is contained in:
@@ -92,6 +92,14 @@ export const useSongStore = create<SongSlice>()(
|
|||||||
column: TableColumn.YEAR,
|
column: TableColumn.YEAR,
|
||||||
width: 100,
|
width: 100,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
column: TableColumn.DATE_ADDED,
|
||||||
|
width: 100,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
column: TableColumn.PLAY_COUNT,
|
||||||
|
width: 100,
|
||||||
|
},
|
||||||
],
|
],
|
||||||
pagination: {
|
pagination: {
|
||||||
currentPage: 1,
|
currentPage: 1,
|
||||||
|
|||||||
Reference in New Issue
Block a user