|
@@ -78,19 +78,23 @@ export default {
|
|
name: "thumbnailImage",
|
|
name: "thumbnailImage",
|
|
displayName: "Thumb",
|
|
displayName: "Thumb",
|
|
properties: ["thumbnail"],
|
|
properties: ["thumbnail"],
|
|
- width: "50px"
|
|
|
|
|
|
+ width: "150px",
|
|
|
|
+ resizable: false
|
|
},
|
|
},
|
|
{
|
|
{
|
|
name: "_id",
|
|
name: "_id",
|
|
displayName: "Musare ID",
|
|
displayName: "Musare ID",
|
|
properties: ["_id"],
|
|
properties: ["_id"],
|
|
- sortProperty: "_id"
|
|
|
|
|
|
+ sortProperty: "_id",
|
|
|
|
+ width: "220px"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
name: "youtubeId",
|
|
name: "youtubeId",
|
|
displayName: "YouTube ID",
|
|
displayName: "YouTube ID",
|
|
properties: ["youtubeId"],
|
|
properties: ["youtubeId"],
|
|
- sortProperty: "youtubeId"
|
|
|
|
|
|
+ sortProperty: "youtubeId",
|
|
|
|
+ minWidth: "155px",
|
|
|
|
+ width: "155px"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
name: "title",
|
|
name: "title",
|
|
@@ -102,20 +106,23 @@ export default {
|
|
name: "artists",
|
|
name: "artists",
|
|
displayName: "Artists",
|
|
displayName: "Artists",
|
|
properties: ["artists"],
|
|
properties: ["artists"],
|
|
- sortable: false
|
|
|
|
|
|
+ sortable: false,
|
|
|
|
+ width: "300px"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
name: "genres",
|
|
name: "genres",
|
|
displayName: "Genres",
|
|
displayName: "Genres",
|
|
properties: ["genres"],
|
|
properties: ["genres"],
|
|
- sortable: false
|
|
|
|
|
|
+ sortable: false,
|
|
|
|
+ width: "300px"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
name: "thumbnailUrl",
|
|
name: "thumbnailUrl",
|
|
displayName: "Thumbnail (URL)",
|
|
displayName: "Thumbnail (URL)",
|
|
properties: ["thumbnail"],
|
|
properties: ["thumbnail"],
|
|
sortProperty: "thumbnail",
|
|
sortProperty: "thumbnail",
|
|
- defaultVisibility: "hidden"
|
|
|
|
|
|
+ defaultVisibility: "hidden",
|
|
|
|
+ width: "300px"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
name: "requestedBy",
|
|
name: "requestedBy",
|