Add Number as items list column option

https://forums.zotero.org/discussion/99844/add-columns-to-desktop-app-report-number
This commit is contained in:
Dan Stillman 2022-09-22 01:48:15 -04:00
parent ff5e09201d
commit 2271913e49

View file

@ -207,6 +207,14 @@ const COLUMNS = [
flex: 1,
zoteroPersist: new Set(["width", "hidden", "sortDirection"])
},
{
dataKey: "number",
disabledIn: "feed",
submenu: true,
label: "itemFields.number",
flex: 1,
zoteroPersist: new Set(["width", "hidden", "sortDirection"])
},
{
dataKey: "pages",
disabledIn: "feed",