mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 18:33:33 +00:00
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,
|
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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue